IBM Content Manager, Version 8.5.0.3             

ICMSTNLSLanguages (NLS Languages Table)

The ICMSTNLSLANGUAGES table identifies all national languages used within the content manager.

All languages must be identified in this table before language-specific textual strings can be created in the ICMSTNLSKEYWORDS table.

When a new language is added, all the keywords are duplicated for that language. Although you cannot update the keyword name, you can update the newly generated keyword description. An asterisk (*) is added at the beginning of a newly generated keyword description.

Table 1.
Column Name Data Type Attribute
LanguageCode CHAR(3) NOT Null
LanguageName VARCHAR(32) NOT Null
Primary Key
(LanguageCode)
Indexes
Unique Index = (LanguageName ascending)
For z/OS only:
Unique Index = (LanguageCode ascending)
Referential Constraints
None

Column Definitions

LanguageCode
The 3-character language code assigned to each written language.

The language codes are assigned to the written languages of the world by IBM®. The language codes are documented in Chapter 8 of the IBM National Language Design Guide: National Language Support Reference Manual, Volume 2.

LanguageName
The textual name of the language. Please refer to Chapter 8 of the National Language Design Guide: Volume 2 for language names and the codes assigned to them.


Last updated: June 2015
icmstnlslanguages.htm

© Copyright IBM Corporation 2015.