Update to Version 3

Sisulizer version 3 is a paid update recommended for all Sisulizer customers.

Still using Sisulizer 1.x or Sisulizer 2008/2010?

Time to update to version 3 now and profit from all new features in version 3.

Specials run until May, 20 2012

Offers are for commercial and industrial customers only.
All prices are net.

Complete Price Sheet.

Not sure which edition is the right one? Visit our Edition Comparison

Social Networks

Please click this facebook button if you want to share this page with friends

Share

(english) (german)


Please click this Google +1

button to give Sisulizer a positive vote in Googles new voting system.

Thank you very much.

Selected Customers

Software Localization News

Version 3 Build 331 released

4/23/2012

The new build comes with many new features. [more]

Top News: Version 3

11/9/2011

Sisulizer version 3 out now. [more]

Tips & Tricks

9/30/2011

You are looking for tips and tricks around Sisulizer? [more]

Delphi Tage

9/8/2011

Delphi Tage 2011 in Cologne are sold out! [more]

Download Build 321

8/12/2011

Please us a download manager for your download. [more]

Combined Strings

Combined Strings is a feature that breaks a string to parts. This means that a single text will be split into several parts. Combine string rule decides how the breaking is done. Sisulizer uses regular expressions to describe breaking rules. After converting a plain string into a combined string, Sisulizer project will have several rows instead of one single row.

Let's have an example. Before taking combined string in used our project contains the following row:

One;Two;Three

As you can see the string contains three sub strings separated by semi colon. If we set the row using combined string and #;#;# regular expression Sisulizer will replace the original row with three different rows.

One
Two
Three

Each row is a separate translation entity and it is translated independently. The advantage of combined string is that in most cases the string format must be exactly right. For example if must contain the specific separator characters. If the string is shows on the translation sheet as it is, it is possible that translator will enter string in invalid format. To prevent that you can split combined strings into plain part using expressions.

Examples

Let's have few combined string expression examples:

Expression Sample string Strings
#;#;# One;Two;Three One
Two
Three
"#" "This is a string" This is a string

Sources

Combines strings can be used in the following source types:

Platform Description Tagging Sample that demonstrates how to use combined strings
Visual C++, Visual Basic
Delphi, C++Builder
String resources No <sldir>\VCL\Delphi\StringFormat
.NET String resources Yes if project localization is used
<sldir>\NET\CSharp\Combined
<sldir>\NET\CSharp\Resource
Databases Fields No <sldir>\Database\Combined
<sldir>\Database\Structured
Ini Values No <sldir>\Text\Ini\Combined.*
Source code String values Yes <sldir>\Source\Pascal.*
XML Values No <sldir>\XML\Combined.*

How to use

There are several ways to turn combined string parsing on.

Row by Row

You select what rows contain combined string. Right click on the left side of a row in the translation sheet and choose Set Format | Combined and enter the regular expression in a dialog that appears.

By data definition

You select a part of data structure that always contains combined strings. If you localize an XML file you can select what XML elements contain combined data. If you localize a database you can select what database fields contain combined data.

Tagging

You select that strings contains combined string as you write you resources or source code. Add tags into your source code or resource file to make Sisulizer automatically apply regular expressions.