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.
| Column Name | Data Type | Attribute |
|---|---|---|
| LanguageCode | CHAR(3) | NOT Null |
| LanguageName | VARCHAR(32) | NOT Null |
Unique Index = (LanguageName ascending)
For z/OS only:
Unique Index = (LanguageCode ascending)
Column Definitions
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.
