To enable the Japanese user interface with config.pl
You must explicitly set the language catalog setting to use the Japanese user interface for a base ClearCase® integration with Rational® ClearQuest®.
About this task
Procedure
- Locate the configuration file for the ClearCase and ClearQuest integration,config.pl, and open it in a text editor. You can find the configuration file at \lib\CQCC\config.pl.
- Locate the following line:
# &SetConfigParm("MessageCatalogInterface", "CQCC::MsgCat_Japanese");
- Uncomment this line by remove the pound sign ("#").
- Save the config.pl file and close the text editor.
- Run ClearCase to validate that the integration UI is displayed in Japanese.
Results
The config.pl setting can be overridden by environment variables. For more information, see To enable the Japanese user interface with environment variables