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]

Custom Windows Resources

Custom Windows resource are resource data that do not use any predefined Windows resource type but use named a resource type. For example:

Ski IMAGEDATA "Ski.jpg"

The above line for a .rc file adds IMAGEDATA typed custom resource with "Ski" name. The resource data is read from Ski.jpg file. Whenever you have a custom resource Sisulizer tries to detect its format. Sisulizer can handle custom resources as following formats:

Format Description Can Sisulizer detect the format
Image JPEG, PNG, GIF, BMP, ICO and CUR images Yes
Text Text file Yes if text file contains either UTF-8 header or UTF-16 byte order mark (BOM). If you file uses Ansi encoding Sisulizer can not detect the format but you have to specify the format manually.
XML XML file Yes
HTML HTML file Yes if the resource contains whole HTML page and not part of it.
Binary Any data. Sisulizer does not interpret the data but lets the translator to assign translated binary data file. When Sisulizer build the localized file it uses data from the give translated binary data file. No

Specifying the format manually

If Sisulizer can not detect the data format of custom resource you can specify the format manually. Right click the resource item node on the project three and choose Properties. Uncheck Automatic check box and set the format in the Format combo box.