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]

Export Wizard - File (Text)

Use this sheet to export data to a text file.

Enter the file where you want to export to

Specifies the name of the file to be exported (e.g. C:\MyFiles\Export.txt).

Character set

Specifies the character set that the file uses. Possible values are:

Value Description
ANSI File uses code pages. Each string uses the default Windows code pages of the language.
UTF-8 Unicode encoded as UTF-8. This is a recommended file format.
UTF-16, little endian Unicode enceded as little endian UTF-16.
UTF-16, big endian Unicode enceded as big endian UTF-16.

Context column

Specifies the position of the context column in the exported file. Possible values are:

Value Description
No Do not add context column.
First Add context column as the first column.
After original Add context column after the original column.
Last Add context column as the last column.

Delimiter

Specifies the delimiter character that is used to speparate columns. Selected the value from the list or type the delimiter character.

Quote

Specifies if the strings are quoted. Possible values are:

Value Description
None No quoting is done. Strings are written as they are.
Single (') Strings are quoted using single quotion marks.
For example Hello World becomes to 'Hello World'.
Double (") Strings are quoted using double quotion marks.
For example Hello World becomes to "Hello World".

In some situations one of the above values might not be available.

Translation comment column

If checked a translation comment column is added as after a a translation column.

Row comment column

If checked a row comment column is added as a last column.

 

Use UTF-8 signature/Use byte order mark

If checked a byte order mark (BOM) is written to the begining of a file. This is available only when exporting to a Unicode file.

First line sample

First line sample shows the layout of the resulting text file. It changes according to the settings done by the user.