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

Localize Attribute

Localize attribute is used in some XML files to control what element to localize and what element not to localize.

<sample>
  <value localize="true">Localize this</value>
  <value localize="false">Do not localize this</value>
</sample>

The above XML file contains two value elements. How Sisulizer handles depends of the settings in the XML tags sheet. If you right click localize attribute and choose Localize value Sisulizer marks the attribute to be a localize attribute. If the name of the attribute is localize Sisulizer automatically marks the attribute as localize attribute. Normally you check the element name in order to localize it. However once attribute is marked as localize attribute the value of the attribute specifies if the element is localized or not. If the attribute contains any positive value then Sisulizer localizes the element no matter if you have checked or unchecked the element in the tags tree. If the localize attribute is set then Sisulizer localizes first value element but ignores the second because it has localize attribute set to false. See the following picture to see the right settings.

value element is checked and localize attribute is set to be a localize attribute. You can check an element by double clicking it and you can change the attribute type by right clicking it.

You also have to make sure that Localize attribute group contains true in Enable values edit and false in Disable values edit.

If you check Localize only those elements that have enabled localize attribute check box Sisulizer localizes only those elements that have positive localize attribute. This means that even if you check an element in the tags tree but if an element has not a positive localize attribute Sisulizer does not localize it.