I18NLocale


This type is a class for model objects.

An aggregate field of the I18NRunAsSpecified container internationalization attribute; an I18NLocale comprises a language code, a country code, and a variant. Well-formed I18NLocales contain a non-empty string indicating language-code or a non-empty string indicating country-code, and a non-null string indicating variant information. In general, a locale represents a specific geographical, cultural, or political region.

Package: i18ncommonext

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Collection attributes having this type:
  I18NRunAsSpecified.locales



Attributes Summary
description : EString A description of the locale settings.
languageCode : EString A 'language-code' should be a two-character ISO-639 symbol for a language.
countryCode : EString A 'country-code' should be a two-character ISO-3166 symbol for a country.
variant : EString A 'variant' can be any non-null string.



Attribute Details

description  -  A description of the locale settings.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

languageCode  -  A 'language-code' should be a two-character ISO-639 symbol for a language.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

countryCode  -  A 'country-code' should be a two-character ISO-3166 symbol for a country.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

variant  -  A 'variant' can be any non-null string.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006