Die Angebote richten sich an kommerzielle und industrielle Kunden.
Alle Preisangaben sind netto.
Komplette Preisliste.
Suchen Sie die richtige Edition? Besuchen Sie unsere Vergleichstabelle
Sisulizer Version 4 ist ein kostenpflichtiges Update für alle Sisulizer Kunden.
Verwenden Sie noch Sisulizer 3.x, Sisulizer 2008/2010 oder Sisulizer 1.x?
Aktualisieren Sie jetzt auf Version 4 und nutzen Sie alle Neuigkeiten in Version 4.
Version 4 Build 374 veröffentlicht
30.11.2018
Der neue Build kommt mit vielen neuen Features. [mehr]
Tutorials
5.3.2019
Tutorials erneuert [...]
.NET Support erweitert
14.6.2018
Neu im März 2018: [...]
Sisulizer 4 Build 366
1.3.2017
Build 366 - bereit für Visual Studio 2017 [...]
10 Jahre Sisulizer
5.8.2016
Jetzt feiern und sparen [...]
um internationalen Kunden Software in ihrer Sprache anzubieten
um Inhouse-Softwarelösungen zu übersetzen
um mehrsprachige Anwendungen für Firmenkunden zu erstellen
als Lokalisierungs-Dienstleister, um Kundensoftware zu übersetzen
um Software für Behörden zu lokalisieren
um Schulungssoftware an Universitäten zu übersetzen
um Benutzeroberflächen elektronischer Geräte zu lokalisieren
um Software im Medizinbereich zu übersetzen
um Software für Bergbauunternehmen zu lokalisieren
um mehrsprachige Steuerungssoftware im Maschinenbau zu erstellen
Use this sheet to specify a file to be localized and the location and naming of the localized files that Sisulizer creates.
Type the file name, or press the "..." button to browse to a file. The file must be a Delphi or C++Builder form file created by Delphi IDE compiler (e.g. C:\Samples\Unit1.dfm).
Specifies the directory where Sisulizer creates localized files. By default the output directory is usually the same directory where the original source file is located. You can change this by pressing ... and browsing another directory.
If checked Sisulizer uses checked language ids. This means that if you have a country and script neutral language id on a language that uses two ore more scripts and the platforms language id's do not support scripts Sisulizer when building automatically adds a country part that matches the default country of that language. For example if you have Simplified Chinese id, zh-Hans. When building zh-Hans becomes to zh-CH.
Specifies what kind of output files Sisulizer creates and what kind of file name it uses when creating those files. Combo box is used to specify the name of the output file. You can select a pattern from the combo box list or you can type your own pattern. Each pattern can contain file and language parameters.
File parameters are:
Parameter | Description |
---|---|
<parent> | Variable is replaced with the parent path of the original file. |
<file> | Variable is replaced with the original file name with extension.C:\MyFiles\Sample.exe -> Sample.exe |
<dir> | Variable is replaced with the relative directory to the source file including the last backslash. |
<body> | Variable is replaced with the original file name without extension.C:\MyFiles\Sample.exe -> Sample |
<name> | Variable is replaced with the fixed name of the file or original file extension without period (if the file does not have a fixed name). |
<ext> | Variable is replaced with the original file extension without period.C:\MyFiles\Sample.exe -> exe |
If pattern does not contains <dir> parameter Sisulizer automatically adds it into the beginning of pattern before processing it.
Language parameters are:
Parameter | Description | ||||||
---|---|---|---|---|---|---|---|
<sl> | Sisulizer's locale code is used. For example "en" is for English, "en-US" is fo English (United States), "zh" is for Simplified Chinese, and "zh.tra" is for Traditional Chinese. The default Chinese script is the Simplified Chinese. This is why the language code of Traditional Chinese has a script part "zh.tra". |
||||||
<iso> | ISO locale code is used. It is combination of language and country. The syntax isla[_co[_variant]] where
|
||||||
<ish> | As above but separator is hyphen (-) instead of underline (_). The syntax isla[-co[-variant]] where
|
||||||
<net> | NET culture code is used. It is combination of language and country. The syntax in .NET 4.0 and later is: or in .NET 2 and 3.x:
|
||||||
<tag> | IETF language tag code is used. It is combination of language, script and country. The syntax is:
|
||||||
<win> | Windows locale code is used. It contains two or three upper case characters. For example "EN" is for English, "ENU" is for English (United Stated), and "CHT" is for Traditional Chinese. |
||||||
<mfc> | MFC locale code is used. It contains three upper case characters. For example "ENE" is for English, "ENG" is for English (United Kingdom), and "CHT" is for Traditional Chinese. |
||||||
<nls> | Windows locale id is used. It is a integer number containing the primary and sub language ids. | ||||||
<hex> | As above but four digit hex value is used instead decimal value. |
For example if the original file is C:\MyFiles\Sample.xml
and the pattern is <body>_<iso>.<ext>
the German (Austria) file will be C:\MyFiles\Sample_de_AT.xml
.
For example if the original file is C:\MyFiles\Sample.xml
and the pattern is <sl>\<file>
the Chinese (Taiwan) file will be C:\MyFiles\zh.tra\Sample.xml
.