Locales
List Locales
Lists the translation locales available for the account.
Note: You can alter the list by passing an updated locale_ids array to the Update Account Settings endpoint.
Allowed For
- Anyone
get/api/v2/locales
Response
Success response
Example response
{
"locales": [
{
"created_at": "2009-07-20T22:55:29Z",
"id": 1,
"locale": "en-US",
"name": "English",
"updated_at": "2011-05-05T10:38:52Z",
"url": "https://company.zendesk.com/api/v2/locales/en-US.json"
}
]
}