Globalization tasks

Command                                                      

Action

gwb diffDisplayKeys

A display key difference tool that does the following:

  • Compares each locale configured on the server against the master display key list.
  • Generates a file that contains a list of any missing keys.

gwb exportLocalizations -Dexport.file=translation_file -Dexport.language=export_language

Exports a translation file from PolicyCenter into a file.

The -Dexport.file parameter specifies the destination file:

  • If you leave the import translation file in the same location, then enter only the name of the file to import.
  • If you move the translation file to a different location, then enter an absolute path or a relative path to the file from the root of the installation directory.

The -Dexport.language parameter specifies the destination language to export. The -Dexport.language parameter must match a PolicyCenter LanguageType typecode, such as fr or ja.

gwb importLocalizations -Dimport.file="translation_file

-Dimport.language=destination_language

Imports a translation file into the configuration.

The -Dimport.file parameter specifies the file that contains the translations. It must be in the same format as an export file from Studio.

The -Dimport.language parameter specifies the destination language for the translations. The language must match a PolicyCenter LanguageType typecode, such as fr or ja.

See also