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.
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
4/23/2012
The new build comes with many new features. [more]
11/9/2011
Sisulizer version 3 out now. [more]
9/30/2011
You are looking for tips and tricks around Sisulizer? [more]
9/8/2011
Delphi Tage 2011 in Cologne are sold out! [more]
8/12/2011
Please us a download manager for your download. [more]
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.
Let's have few combined string expression examples:
| Expression | Sample string | Strings |
|---|---|---|
| #;#;# | One;Two;Three |
One |
| "#" | "This is a string" |
This is a string |
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.* |
There are several ways to turn combined string parsing on.
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.
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.
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.