Exporting and importing string resources

PolicyCenter enables you to export some string resources to an external file, such as display keys and typecodes.

By exporting and importing string resources, you can make all your translations directly in a single file. PolicyCenter provides separate commands for exporting and importing string resources.

gwb exportLocalizations [-Dexport.file] [-Dexport.language]
gwb importLocalizations [-Dimport.file] [-Dimport.language]

The commands provide parameters that you can use to specify the locations of the export and import files and a language-specific set of string resources to export and import. The export and import files are in the format of Java property files.

See also