Languages (Locale Param)

Created: 1/20/2022 | Updated: 5/30/2024 | Status: Published

When using our registration API call, The language is set by the "locale" param with the format xx_XX (language_COUNTRY) - &locale=en_TH (in this case the language will be English and the country Thailand)


List of Languages:


{

  "en": {

    "title": "English",

    "icon": "gb"

  },

  "de": {

    "title": "Deutsch",

    "icon": "de"

  },

  "es": {

    "title": "Español",

    "icon": "es"

  },

  "fr": {

    "title": "Français",

    "icon": "fr"

  },

  "it": {

    "title": "Italiano",

    "icon": "it"

  },

  "ja": {

    "title": "日本語",

    "icon": "jp"

  },

  "ko": {

    "title": "한국어",

    "icon": "kr"

  },

  "nl": {

    "title": "Dutch",

    "icon": "nl"

  },

  "pt": {

    "title": "Português",

    "icon": "pt"

  },

  "ru": {

    "title": "Русский",

    "icon": "ru"

  },

  "zh-cn": {

    "title": "简体中文",

    "icon": "cn"

  },

  "zh-tw": {

    "title": "繁體中文",

    "icon": "tw"

  },

  "ar": {

    "title": "العربية",

    "icon": "sa"

  },

  "id": {

    "title": "Indonesian",

    "icon": "id"

  },

  "ms": {

    "title": "Malay",

    "icon": "my"

  },

  "vi": {

    "title": "Vietnamese",

    "icon": "vn"

  },

  "th": {

    "title": "ภาษาไทย",

    "icon": "th"

  },

  "pl": {

    "title": "Polski",

    "icon": "pl"

  }

}