Locales

Show Current Locale

This works like Show Locale, but instead of taking a locale id as an argument, it renders the locale of the user performing the request.

Allowed For

  • Anyone
get/api/v2/locales/current

Response

Success response

Example response

{
  "locale": {
    "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"
  }
}

Changes