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 Format | Options

Use this sheet to specify the HTML localization options of the HTML data.

Text

Specifies how text is written in HTML. Possible values are:

Value Description
Keep format If checked the text preserves spaces and line breaks. Otherwise all extra spaces and all line breaks will be removed on scanned rows.
Keep format in code tags If checked the text enclosed in the code element preserves spaces and line breaks. Otherwise all extra spaces and all line breaks will be removed on scanned rows.

Building

Specifies how HTML file are built. Possible values are:

Value Description
Clean syntax If checked the syntax of HTML-code will be cleaned during the build process. For example if you have an attribute without quotes, Sisulizer add those marks.
For example <h2 align=left> becomes to <h2 align="left">
Add or modify content language If checked the following lines will be added to HEAD-section if the section does not already contain them:
<meta http-equiv="Content-Language" content="fi">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
If the section already contains them Sisulizer just updates the content of the lines.
Set dir attribute for RTL languages (Arabic, Hebrew) If checked the following attribute is set when creating Middle Eastern HTML files:
<body dir="rtl">
If the attribute already exists Sisulizer just updates the value of the attribute.

Encoding that is used when creating localized HTML data

Specifies the encoding that is used when creating localized HTML resource data. Possible values are:

Value Description
Use always UTF-8
UTF-8 encoding is always used on any language.
Use encoding that matches the original encoding

An encoding that matchs the original encoding is used.
For example if original HTML data uses Windows code page 1252 (charset=windows-1252) Sisulizer uses Windows code page that matches the target language. For Japanese it is Windows code page 932. For Finnish it is 1252. For German it is 1252. For Greek it is 1253 and so on.