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.
Die Angebote richten sich an kommerzielle und industrielle Kunden.
Alle Preisangaben sind netto.
Komplette Preisliste.
Suchen Sie die richtige Edition? Besuchen Sie unsere Vergleichstabelle
23.4.2012
Der neue Build kommt mit vielen neuen Features. [mehr]
9.11.2011
Sisulizer Version 3 ist da. [mehr]
30.9.2011
Sie suchen nach Tipps und Trick zum Thema Sisulizer? [mehr]
8.9.2011
Die Delphi Tage 2011 in Köln sind ausverkauft! [mehr]
12.8.2011
Bitte verwenden Sie einen Download Manager. [mehr]
XLIFF is a standard format to store data that needs to be localized.
XLIFF file is a bilingual file. It has source and target languages. When Sisulizer reads XLIFF data it reads the source language. Sisulizer goes through every <trans-unit> element in the file and extracts <source> element data to the project.
When Sisulizer writes localized XLIFF files it replaces the <target> element data with data from Sisulizer project and changes the target language of the XLIFF to the current build language. If the file does not contains a <target> element Sisulizer adds it. As a result you will have as many copies of the original XLIFF files as you have languages in the Sisulizer project.
Some XLIFF files contains user interface elements such as dialogs and menus. Sisulizer can read the visual information from such XLIFF files and lets you localize the elements visually. Sisulizer recognizes coord and font attributes in the <group> and <trans-unit> tags.
XLIFF source (and target) tags may contain inline elements. Inline elements are <g>, <x/>, <bx/>, <ex/>, <bpt>, <ept>, <sub>, <it>, <ph>. Sisulizer shows the inline elemens visually in the editing sheet.
Currently XLIFF is not that widely used. Very few tool can export to XLIFF and import it back. However there are few such tools. The following table lists the XLIFF enabled development or authoring tools:
| Tool | Description |
|---|---|
| Adobe Flash | Starting from version 8 it has been possible to export data to XLIFF and import it back. However Adobe's XLIFF import implementation is not a proper one. The importer ignores the target elements and imports source elements instead. This is why you can not use XLIFF localization with Flash language files. You have to use XML localization. Read more about Flash localization. |
If you use above tools you can localize their content by first exporting it to XLIFF, thene using Sisulizer to create localized XLIFF files and finally importing localized XLIFF files back to your tool.