Update to Version 3

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

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 May, 20 2012

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

Social Networks

Please click this facebook button if you want to share this page with friends

Share

(english) (german)


Please click this Google +1

button to give Sisulizer a positive vote in Googles new voting system.

Thank you very much.

Selected Customers

Software Localization News

Version 3 Build 331 released

4/23/2012

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

Top News: Version 3

11/9/2011

Sisulizer version 3 out now. [more]

Tips & Tricks

9/30/2011

You are looking for tips and tricks around Sisulizer? [more]

Delphi Tage

9/8/2011

Delphi Tage 2011 in Cologne are sold out! [more]

Download Build 321

8/12/2011

Please us a download manager for your download. [more]

HTML Source | Options

Use this sheet to specify the HTML localization options such as images in the HTML file.

Images

Specifies how HTML images are localized. Possible values are:

Value Description
Scan images If checked Sisulizer scans images of the HTML files making it possible to replace them in the localized files.
Copy images If checked Sisulizer copies original image files to the localized directories.
Update image sizes If checked Sisulizer updates the image size attributes to match the localized image (if any) when writing the localized HTML files.
Update si&zes in image styles If checked Sisulizer updates the image size values in style attributes to match the localized image (if any) when writing the localized HTML files.
For example the size of the original image is 200x100 and the translated image is 210x110.
style="width:200px; height:100px;"
->
style="width:220px; height:110px;"

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.