Auth0 · Schema

SupportedLocales

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-supportedlocales-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SupportedLocales",
  "title": "SupportedLocales",
  "type": "string",
  "enum": [
    "am",
    "ar",
    "ar-EG",
    "ar-SA",
    "az",
    "bg",
    "bn",
    "bs",
    "ca-ES",
    "cnr",
    "cs",
    "cy",
    "da",
    "de",
    "el",
    "en",
    "en-CA",
    "es",
    "es-419",
    "es-AR",
    "es-MX",
    "et",
    "eu-ES",
    "fa",
    "fi",
    "fr",
    "fr-CA",
    "fr-FR",
    "gl-ES",
    "gu",
    "he",
    "hi",
    "hr",
    "hu",
    "hy",
    "id",
    "is",
    "it",
    "ja",
    "ka",
    "kk",
    "kn",
    "ko",
    "lt",
    "lv",
    "mk",
    "ml",
    "mn",
    "mr",
    "ms",
    "my",
    "nb",
    "nl",
    "nn",
    "no",
    "pa",
    "pl",
    "pt",
    "pt-BR",
    "pt-PT",
    "ro",
    "ru",
    "sk",
    "sl",
    "so",
    "sq",
    "sr",
    "sv",
    "sw",
    "ta",
    "te",
    "th",
    "tl",
    "tr",
    "uk",
    "ur",
    "vi",
    "zgh",
    "zh-CN",
    "zh-HK",
    "zh-MO",
    "zh-TW"
  ]
}