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.
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
4/23/2012
The new build comes with many new features. [more]
11/9/2011
Sisulizer version 3 out now. [more]
9/30/2011
You are looking for tips and tricks around Sisulizer? [more]
9/8/2011
Delphi Tage 2011 in Cologne are sold out! [more]
8/12/2011
Please us a download manager for your download. [more]
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.
Sisulizer's Text\Ini directory contains Ini samples.