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, 31 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]

Satellite Assemblies

.NET framework uses satellite assemblies to make applications multilingual. Satellite assembly is an assembly file that contains only resources, no code. It contains the same resources as the main assembly file but in different language. Each satellite assembly file support one language and the file must locate on a language specific sub directory of the directory where the main assembly file locate.

Let's have an example. MyApplication.exe is the main assembly of your application. It contains the original English resources. If we want to localize the application into German we have to create a DLL called MyApplication.resources.dll that contains German resources and place that into "de" sub directory. The Japanese satellite assembly file will have the same name but it will be placed in "ja" sub directory. So our final file and directory structure will be:

MyApplication.exe 
de\MyApplication.resources.dll
ja\MyApplication.resources.dll

If we want to add more language we just make new sub directories, compile the language specific satellite assembly file (Sisulizer will do this automatically) and place that on the language specific sub directory (Sisulizer will do this automatically too).

Read more about .NET localization.