Authorizations
Response
An object listing supported languages and their corresponding locales.
A two-dimensional object in which the first key is an ISO 639-1 language code indicating the source, and the second key is an ISO 639-1 language code indicating the target.
Example:
{
  "en": {
    "da": true,
    "de": true,
    "fr": true,
    "...": "..."
  },
  "...": "..."
}An object in which the key is an ISO 639-1 language code, and the value is the language name.
Example:
{
  "aa": "Afar",
  "ab": "Abkhazian",
  "af": "Afrikaans",
  "...": "..."
}
