Holds the different locales, locales are used for localization Eg: us_en, cn_zh
| Column Name | Column Datatype | Column Null Option | Column Comment |
| locale_code | varchar(4) | not null | Locale code is the code for particular locale, Eg- us_en for united states english, cn_zh for simplified chinese |
| name | nvarchar(64) | with null | Descriptive name of the locale like, United States English etc |
| language_code | nvarchar(2) | with null | |
| country_code | nvarchar(2) | with null | |
| language_name | nvarchar(32) | with null | |
| country_name | nvarchar(32) | with null | |
| description | nvarchar(128) | with null | A detailed description of the locale and how it is used |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| locale_code | usm_user | locale_code |