Configuring Locale for Language Packs - trillium_discovery - trillium_quality - 17.1

Trillium DQ Repository Administrator Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Discovery
Trillium > Trillium Quality
Version
17.1
Language
English
Product name
Trillium Quality and Discovery
Title
Trillium DQ Repository Administrator Guide
Topic type
Overview
Administration
Configuration
Installation
Reference
How Do I
First publish date
2008

When you install a language pack, you must set the REST API locale parameter in the Trillium server config.txt file. Specifying the REST API locale ensures that the proper country locale is configured for applications that use the Trillium REST API, including Discovery Center and Administration Center.

Run this procedure after you install a Trillium language pack in your environment.

To configure Trillium REST API locale

  1. Stop the scheduler and Rest APIs services.

  2. Open the config.txt file on your server system. The file is in the etc directory in your Trillium server installation location. For example, on Windows this default location is: C:\Program Files\Trillium Software\MBSW\17\etc

  3. Locate and edit the rest_api parameter for your language. The following languages and values are supported:

    • English = en (default)

    • Brazilian Portuguese = pt_BR

    • Chinese, Mainland = zh_CN

    • Chinese, Taiwan = zh_TW

    • French = fr

    • German = de

    • Italian = it

    • Japanese = ja

    • Korean = ko

    • Spanish = es

    Note: You may need to add the key/value pair in the file if not already there.

    For example, to set the locale to display strings in Taiwan Chinese, add or edit the settings as follows:

    key rest_api {
       value locale "zh_TW"
    }

    If the locale setting has not been set or has not been added to the config.txt file, the locale defaults to English.

  4. Save and close the file.

  5. Restart the scheduler and Rest APIs services.

Note: You must also configure the locale environment variable (TSSLOCALE) to use the Control Center and Repository Manager in your language. See the Control Center Help for more information.