Administrative Utilities → About Localization → Translating Strings → Translating Strings Using XML
Use the Export option in Application Administrator to first create an XML file that contains the default English strings. You can then import this file after strings are translated.
Container for each string, including values and tags for all locales.
The key name for each string.
The locale for each key value.
If no override is applied, the text that is shown to users for the specified locale.
A way to customize a string and maintain the provided value. Overrides, if provided, are always shown to users.
Customizable label for each key value.
The following example shows the XML for a key that has an override for the English value, a translated key value, and an override and tag for that translation.
<Key> <Name>Approvals</Name> <KeyValue> <Locale>en_US</Locale> <Value>Approvals</Value> <Override>Votes</Override> </KeyValue> <KeyValue> <Locale>fr</Locale> <Value>Approbations</Value> <Override>Agréments</Override> </KeyValue> <Tag>First Translation</Tag> </Key>
To translate strings using XML:
Copyright © 2007–2015 Serena Software, Inc. All rights reserved.