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]

Windows Resource Source | Options

Use this sheet to specify the file options.

Dialogs

Sets the dialog options. Possible values are:

Value Description
Scan owner draw text Check this if you want to scan texts of owner draw controls.
Scan spin control Check this if you want to scan texts of spin controls.
Scan visible property Check this if you want Sisulizer to scan the Visible property of dialog elements. This makes it possible to hide some elements in the localized dialogs.
Use charsets on dialogs If checked the code page of localized language is used drawing the dialog and its elements. Otherwise the default code page is used.

Versions

Sets the version options. Possible values are:

Value Description
Update file version field Updates the FILEVERSION ?,?,?,? field in VERSIONINFO resource
Update product version field

Updates the PRODUCTVERSION ?,?,?,? field in VERSIONINFO resource

Update language id

Updates language fields to match the localized language in VERSIONINFO resource

Update code page

Updates code page fields to match the localized language in VERSIONINFO resource

Update charset Updates charset fields to match the localized language in VERSIONINFO resource

General

Sets the version options. Possible values are:

Value Description
Application uses MFC library Check this if the application uses Microsoft Foundation library (MFC).
Build excluded resources

Check this if you do not want Sisulizer to write excluded resources to the localized RC-files.

Build relative paths to files

Check this if you want all external files be relative to the original file(s).

For example

147 BITMAP "Images\\BMP147.BMP"

will become

147 BITMAP "..\\Images\\BMP147.BMP"

Checking this you can use the images on original RC-file. You don't need to copy them to the localized directories.

Scan #&include directives

 

Update language fields to match the target language

Check this if you want Sisulizer to update LANGUAGE and #pragma code_page part in the localized RC-files it creates

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
Update by primary language only

If you have different sublangauges in resources, you can check this option in order to force to update all languages fields of different sublanguages in the localized file. Otherwise only the main sublanguages field are updated.

Create images

If a image (e.g. BITMAP) has been translated it will be written to the localized directory if this has been checked.