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]

How to let Visual Studio to compile satellite assembly files

In some situations you want to let Visual Studio to compile satellite assembly files. The following instructions describe how to do that.

  1. Turn off automatic satellite assembly creation in your Sisulizer project
  2. Add all the localized .resx files that Sisulizer created into Visual Studio project
  3. Rebuild your Visual Studio project

Turn off automatic satellite assembly creation in your Sisulizer project

Right click the Visual Studio project file (.csproj or vsproj) in Sisulizer's project tree and choose Properties. Select Options sheet and uncheck Compile resource files check box. This will disable compiling of localized .resx file into .resources files and also disables linking of the satellite assembly file.

Add all the localized .resx files that Sisulizer created into Visual Studio project

The easiest way to include localized .resx file is to go to Solution Explorer and open a form node. Every localized .resx file is visible there but as disabled (e.g. image is white empty document). Right click the node and choose Include In Project. Repeat this to all localized .resx files. If the file is not visible in the tree click Show all Files button on Solution Explorer toolbar.

Read more about .NET localization.