Skip to main content
GET
/
language
/
locale
/
{tag}
Locale
curl --request GET \
  --url https://test.api.cxconnect.ai/language/locale/{tag} \
  --header 'Authorization: Bearer <token>'
{
  "tag": "<string>",
  "name": "<string>",
  "region": {
    "tag": "<string>",
    "name": "<string>"
  },
  "script": {
    "tag": "<string>",
    "name": "<string>"
  },
  "base": "<string>",
  "parent": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

tag
string
required

BCP47 locale tag

Response

Successful locales response

tag
string
name
string
region
object
script
object
base
string
parent
string
I