Export text strings to a Unicode text file
You can export the text strings of a single language from an application to a single tab-delimited text (*.txt) file in Unicode format. In the exported text file, the strings can be translated into another language.
To export text strings in an application to a Unicode text file
- In theLanguage Configurationdialog box, select the language to be exported and clickExport.
- In theExport Operationdialog box, selectExport strings for <RFC1766 Name> to one or more Unicode text files.
- Select a destination for the exported text strings.TIP:
- The default name for an exported Unicode text file is:<application name>_<server name>_<RFC1766 identifier>.txtFor example, Brewery_Brewery_en_US.txt.
- If you specified that undefined strings will be shown in the default language, when you export strings to a Unicode file, the default language strings will be exported for undefined strings.
- If you didn't specify that undefined strings will be shown in the default language, an undefined string will be exported to the Unicode text file as a single question mark (?). If the question mark is not replaced with a text string during the translation process, the question mark will be imported into the application.
- If your application includes a password button, when exporting to a Unicode file, text descriptions and error messages for theChange Passworddialog box are also exported. However, these strings do not switch languages at runtime.
Provide Feedback