I18NLocale

An aggregate field of the <TT>I18NRunAsSpecified</TT> container internationalization attribute; an <TT>I18NLocale</TT> comprises a language code, a country code, and a variant. Well-formed <TT>I18NLocale</TT>s 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.



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

Attribute Details

description    -    A description of the locale settings.
     data type:  String
     default Value:   unspecified



languageCode    -    A 'language-code' should be a two-character ISO-639 symbol for a language.
     data type:  String
     default Value:   unspecified



countryCode    -    A 'country-code' should be a two-character ISO-3166 symbol for a country.
     data type:  String
     default Value:   unspecified



variant    -    A 'variant' can be any non-null string.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004