v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Locales

List locales

The list of available locales within Smartling.

To find out the localedID for a specific project, refer to Get project details.

get/locales-api/v2/dictionary/locales

Query parameters

localeIdsstring[]

Optional parameter to filter to the specified list of locales.

supportedOnlyboolean

Fetch only supported locales. Otherwise fetch all locales. Default value is "true".

Response

OK

Example response

{
  "response": {
    "data": {
      "items": [
        {
          "country": {
            "countryId": "US",
            "description": "United States"
          },
          "description": "English (United States)",
          "language": {
            "description": "English",
            "direction": "LTR",
            "languageId": "en",
            "wordDelimiter": "SPACE"
          },
          "localeId": "en-US",
          "direction": "RTL"
        }
      ]
    }
  }
}