LocalizationPreferences

A full, human-readable address for the entity containing this message.

JSON representation
{
  "languageCode": string,
  "regionCode": string
}
Fields
languageCode

string

Required. The BCP-47 language tag used for localizing the texts. Examples of language tag include, "en-US", "hi-IN", "fr-CA", etc.

regionCode

string

Required. The Unicode country/region code (CLDR) of the location from which the request is coming from, such as "US" and "419".

For more information, see http://www.unicode.org/reports/tr35/#unicode_region_subtag.