Displaying messages in your national language on Windows systems
To display messages from a different national language message catalog, you must either set the MQS_FORCE_NTLANGID environment variable, or change a regional setting.
Messages in U.S. English are automatically installed with IBM MQ
Messages in the national languages that IBM MQ supports are automatically installed. Messages are displayed in the national language, based on the
following order:
- The value of the MQS_FORCE_NTLANGID environment variable, if set.
- The regional format of the user that is displaying the message, if the language specified by the regional format is supported by IBM MQ.
- The Administrative system locale if the language specified by the system locale is supported by IBM MQ.
- US English, if no other supported language can be determined.
Procedure
-
Globally set the MQS_FORCE_NTLANGID environment variable, to the language
identifier of the desired language, for messages displayed by the queue manager.
You should set the MQS_FORCE_NTLANGID system wide. Otherwise, every user
displaying messages needs to have the environment variable set individually.
The language identifier values, represented in hexadecimal notation, are listed in the following Microsoft document: Language Identifier Constants and Strings
- Reboot machines where queue managers are running as a service, for the environment variable to take effect.