Contents

ApplePayButtonLocale

A type that indicates the languages and regions that you can specify for the Apple Pay button.

Declaration

enum ApplePayButtonLocale

Overview

The default value is the current language and region setting in a browser.

The button locale type uses ISO-639-1 code for the language, followed by a hyphen (-), and the ISO-3166-1 code for the region. The values:

  • "ar-AB"

  • "ca-ES"

  • "cs-CZ"

  • "da-DK"

  • "de-DE"

  • "el-GR"

  • "en-AU"

  • "en-GB"

  • "en-US"

  • "es-ES"

  • "es-MX"

  • "fi-FI"

  • "fr-CA"

  • "fr-FR"

  • "he-IL"

  • "hi-IN"

  • "hr-HR"

  • "hu-HU"

  • "id-ID"

  • "it-IT"

  • "ja-JP"

  • "ko-KR"

  • "ms-MY"

  • "nb-NO"

  • "nl-NL"

  • "pl-PL"

  • "pt-BR"

  • "pt-PT"

  • "ro-RO"

  • "ru-RU"

  • "sk-SK"

  • "sv-SE"

  • "th-TH"

  • "tr-TR"

  • "uk-UA"

  • "vi-VN"

  • "zh-CN"

  • "zh-HK"

  • "zh-TW"

Topics

Enumeration Cases

See Also

Configuring appearance