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, or save a new copy with a
different locale and translated values and import that file.
Important: Do not modify the structure of the XML file.
Instead, provide translations in the
KeyValue tags.
Each string is composed of the following elements in the XML:
- Key
Container for each string, including values and tags for all
locales.
- Name
The key name for each string.
- Locale
The locale for each key value.
- Key Value
If no override is applied, the text that is shown to users for the
specified locale.
- Override
A way to customize a string and maintain the provided value.
Overrides, if provided, are always shown to users.
- Tag
Customizable label for each key value.
To translate strings using XML:
- Select the
Export tab.
- Select the
Request Center
(User Defined Objects) category and the locale that you want to export. If
this is the first time you have exported strings for this category, only the
default
English (United States) locale is available.
- Click
Export and save the file.
- Open the file of exported strings in an XML or text editor.
- Use search and replace to change the
<Locale> value for each key.
Note the following:
- When you replace the
<Locale> values, you must use the proper
abbreviation for the locale. For example, to designate French, you must
specify:
<Locale>fr</Locale>.
- If you added the desired locale to the
Predefined Locales page before installing or
upgrading SSM, you can export the strings to XML in the desired locale without
having to use search and replace.
- Translate the
<Value> for each key as needed. If an override
is used, edit the
<Override> value to update the translation that
appears in
Request Center.
Important: For on-demand customers, you must use the
<Override> element to override or translate an
existing key. You cannot import new keys, and if you attempt an import and you
specify a new value for a key, it will be ignored.
- In
Application Administrator,
select the
Import tab, and then import the file.
Copyright © 2012–2015 Serena Software, Inc. All rights reserved.