Update to Version 3

Sisulizer version 3 is a paid update recommended for all Sisulizer customers.

Update to Sisulizer 3

Still using Sisulizer 1.x or Sisulizer 2008/2010?

Time to update to version 3 now and profit from all new features in version 3.

Specials run until 5/31/2013

Offers are for commercial and industrial customers only.
All prices are net.

Complete Price Sheet.

Not sure which edition is the right one? Visit our Edition Comparison

Our customers use Sisulizer...

to reach international customers with software in their language

to localize their in-house software in the international subsidiaries

to build multilingual custom software for their clients' enterprises

as Localization Service Providers because it is the localization tool of their customers

to localize software at Government Agencies

To teach software localization at Universities

for software localization on Electronic Devices

To translate software for Biomedical Hardware

to localize software in the Mining Industry

to create multilingual software for Mechanical Engineering

 

Selected Customers

Software Localization News

Version 3 Build 339 released

4/24/2013

The new build comes with many new features. [...]

Update Alert

9/25/2012

Android app for Sisulizer customers available. [...]

Windows 8, Delphi XE3

9/3/2012

Ready for the future. [...]

Delphi Tage

8/13/2012

Delphi Tage 2012 in Heidelberg. [...]

Top News: Version 3

11/9/2011

Sisulizer version 3 out now. [...]

The German and French Online-Help pages have been created with the help of machine translation. In doubt please read the English original.

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.