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]
In some situations you want to let Visual Studio to compile satellite assembly files. The following instructions describe how to do that.
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.
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.