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
Sisulizer version 4 is a paid update recommended for all Sisulizer customers.
Still using Sisulizer 3 or Sisulizer 1.x/2008/2010?
Time to update to version 4 now and profit from all new features in version 4.
Version 4 Build 374 released
11/30/2018
The new build comes with many new features. [...]
.NET Support updated
6/14/2018
New in May 2018: [...]
Sisulizer 4 Build 366
3/1/2017
Build 366 - support for Visual Studio 2017 [...]
10 Years Sisulizer
8/5/2016
Celebrate and save Big. [...]
Delphi Berlin, Android, Project Merge...
5/6/2016
Build 360 [...]
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
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.