Locale

A complex data type used to specify a language and geographic region. Locale variables are members of the Owner data type.

For information about data that can be accessed using Xpath Expressions, see Data items .

Data items

The data items that locale variables contain.

country

A string value that represents the two-letter country or region code for the locale.

displayCountry

A string value that represents a name for a locale’s country that is appropriate for display to the user.

display Language

A string value that represents a name for a locale’s language that is appropriate for display to the user.

displayName

A string value that represents a name for the locale that is appropriate for display to the user.

displayVariant

A string value that represents a name for the locale’s variant code that is appropriate for display to the user.

ISO3Country

A string value that represents the three-letter country code for the locale.

ISO3Language

A string value that represents the three-letter language code for the locale.

language

A string value that represents the language code for the locale.

variant

A string value that represents the variant code for the locale. The value provides additional functionality or customization (for example, to specify a specific operating system or browser).

// Ethnio survey code removed