MESSAGE_LANGUAGE - UBROKER configuration option

Description

The MESSAGE_LANGUAGE option specifies the Universal Message Catalog (UMC) that is used to format messages.

There is a message catalog for each language. The first three characters of the language are used as a three-character suffix of the member name. All UMC files have a .UMC extension.

Note

Currently, the only message catalog provided is for English.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Configuration File Keyword

language language

(tick)

(tick)

(tick)

(tick)

Values

language is the name of the UMC file.

z/OS

language translates to a member name of the library allocated on the UNVNLS DD statement. Universal Broker message catalog member names start with characters USSMC.

UNIX

The location of the UMC file is specified by the NLS_DIRECTORY option.

IBM i

UMC file members are located in the physical source file UNVPRD510/UNVNLS.


Default is ENGLISH (UMC member USSMCENG is used).