Setting the language of the user interface
By default, the application user interface displays in English, but you can set it to another language.
To change the language used in the interface for all users, you need to edit the locale parameter in the configuration file.
The supported language parameters are:
- en-US or en for English.
- fr-FR or fr for French.
- ja-JP or ja for Japanese.
- zh-CN or zh for Chinese.
Procedure
- Open the TDS_Installation_Path/apache-tomcat/config/data-stewardship.properties configuration file.
- Set the value of the tds.locale parameter to one of the other supported locales, fr for example, instead of the default en.
- Restart the application.
Results
The interface displays in French.