Localize Attribute

This list contains the list of attribute value that means Do not localize if any of the is a value of the 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 value element is not selected to be localized Sisulizer does not localize neither of above value elements. If value element is selected to be localized and localize attribute is selected to be a localize attribute 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. Make sure that the Do not localize value list contains false (or any other string that you use and it indicates Do not localize).