To change the application locale (Windows) for tools and runtime applications

You can change the locale of IBM® Sterling Transformation Extender tools and runtime applications such as the Command Server and the Launcher that run on Windows operating systems.

The IBM Sterling Transformation Extender tools and runtime applications must be closed before performing this task.
  1. From the product installation directory, open the config.yaml file using a text editor.
    In the config.yaml /runtime/locale section, the following verbose is present:
    # Possible values: de,en,es,fr,it,ja,ko,pt_BR,ru,zh_CN,zh_TW
      locale: en
  2. Replace the value en with a valid locale value.
  3. Save and close the config.yaml file.
    The next time you open the IBM Sterling Transformation Extender tool or runtime application, the interface elements and error messages are displayed in the selected language.

To revert back to the computer's default locale for tools and runtime applications

  1. Open the config.yaml file using a text editor.
  2. Set the value of /runtime/locale: to an empty string in the config.yaml file. For example:
    /runtime
      /locale:
    
  3. Save and close the config.yaml file.