Updaten Sie auf Version 3

Sisulizer Version 3 ist ein kostenpflichtiges Update für alle Sisulizer 1.x und 2008/2010-Kunden.

Verwenden Sie noch Sisulizer 1.x oder Sisulizer 2008/2010?

Aktualisieren Sie jetzt auf Version 3 und nutzen Sie alle Neuigkeiten in Version 3.

Angebot gültig bis 20.5.2012

Die Angebote richten sich an kommerzielle und industrielle Kunden.
Alle Preisangaben sind netto.

Komplette Preisliste.

Suchen Sie die richtige Edition? Besuchen Sie unsere Vergleichstabelle

Bitte stimmen Sie für Sisulizer

Bitte klicken Sie diese Facebook-Schaltfläche, um diese Seite mit Ihren Freunden zu teilen

Share

(english) (german)


Drücken Sie bitte die Google +1-

Schaltfläche, um Sisulizer eine positive Bewertung in Googles neuem Bewertungssystem zu geben.

Vielen Dank.

Ausgewählte Kunden

Softwarelokalisierungs-News

Version 3 Build 331 veröffentlicht

23.4.2012

Der neue Build kommt mit vielen neuen Features. [mehr]

Top News: Version 3

9.11.2011

Sisulizer Version 3 ist da. [mehr]

Tipps & Tricks

30.9.2011

Sie suchen nach Tipps und Trick zum Thema Sisulizer? [mehr]

Delphi Tage

8.9.2011

Die Delphi Tage 2011 in Köln sind ausverkauft! [mehr]

Build 321 herunterladen

12.8.2011

Bitte verwenden Sie einen Download Manager. [mehr]

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.