Locale Type

Webservice object that contains locale information such as the country code and language code.

Type Template

<...>
    <countryCode>xs:string</countryCode>
    <languageCode>xs:string</languageCode>
<...>

Note: Element descriptions are split into information that's relevant when you're creating an instance of this type and information relevant when you're receiving an instance of it. Occasionally these will differ.

Elements

Element Description
countryCode
Setting
Sets the country/region code for this locale, which will either be the empty string or an upercase ISO 3166 2-letter code.
Getting
Returns the country/region code for this locale, which will either be the empty string or an upercase ISO 3166 2-letter code.
languageCode
Setting
Sets the language code for this locale, which will either be the empty string or a lowercase ISO 639 code.
Getting
Returns the language code for this locale, which will either be the empty string or a lowercase ISO 639 code.