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]

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.