Updaten Sie auf Version 3

Sisulizer Version 3 ist ein kostenpflichtiges Update für alle Sisulizer 1.x und 2008/2010-Kunden.

Verwenden Sie noch Sisulizer 1.x oder Sisulizer 2008/2010?

Aktualisieren Sie jetzt auf Version 3 und nutzen Sie alle Neuigkeiten in Version 3.

Angebot gültig bis 20.5.2012

Die Angebote richten sich an kommerzielle und industrielle Kunden.
Alle Preisangaben sind netto.

Komplette Preisliste.

Suchen Sie die richtige Edition? Besuchen Sie unsere Vergleichstabelle

Bitte stimmen Sie für Sisulizer

Bitte klicken Sie diese Facebook-Schaltfläche, um diese Seite mit Ihren Freunden zu teilen

Share

(english) (german)


Drücken Sie bitte die Google +1-

Schaltfläche, um Sisulizer eine positive Bewertung in Googles neuem Bewertungssystem zu geben.

Vielen Dank.

Ausgewählte Kunden

Softwarelokalisierungs-News

Version 3 Build 331 veröffentlicht

23.4.2012

Der neue Build kommt mit vielen neuen Features. [mehr]

Top News: Version 3

9.11.2011

Sisulizer Version 3 ist da. [mehr]

Tipps & Tricks

30.9.2011

Sie suchen nach Tipps und Trick zum Thema Sisulizer? [mehr]

Delphi Tage

8.9.2011

Die Delphi Tage 2011 in Köln sind ausverkauft! [mehr]

Build 321 herunterladen

12.8.2011

Bitte verwenden Sie einen Download Manager. [mehr]

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.