LocalizationSettings

  • Localization settings control the currency and language used in reports.

  • These settings impact how metrics, particularly earning-related ones, are calculated and displayed.

  • The currencyCode field uses ISO 4217 for currency and defaults to account currency if not specified.

  • The languageCode field uses IETF BCP47 for language and defaults to 'en-US' if not specified.

Localization settings for reports, such as currency and language. It affects how metrics are calculated.

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

string

Currency code of the earning related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion. Defaults to the account currency code if unspecified.

languageCode

string

Language used for any localized text, such as some dimension value display labels. The language tag defined in the IETF BCP47. Defaults to 'en-US' if unspecified.