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]

Visual Ini Localization

Ini file localization is very simple in Sisulizer because it is visual and safe. The basic idea of ini localization it to parse the file, extract strings from it and create localized copy of the file where the original strings are replaced with the translated ones. The structure of the localized file is identical to the original file. Only the strings are different.

For example if we have the following ini file:

[germany]
Name=Germany
Population=82
Capital=Berlin
Description=Germany or the Federal Republic of Germany is one of the world's leading industrialized countries, located in the heart of Europe.

In the above file Name, Capital and Description value need to be localized. When building the Finnish files Sisulizer creates the following ini file:

[germany]
Name=Saksa
Population=82
Capital=Berliini
Description=Saksa tai Saksan liittotasavalta on yksi maailman johtavista teollisuusmaista Euroopan sydämmessä. 

As you can see only the selected string have been replaced. Everything else (e.g. key and section names) are left unchanged. You can control what elements to localize by using Keys sheet of Ini dialog.

Only Name, Capital and Description elements in use and germany section are localized. Population element is skipped and left intact. All elements of japan section are localized including Population.

Samples

Sisulizer's Text\Ini directory contains Ini samples.