Languages
Translation languages
Returns the whole language catalogue in three lists sorted by name: source_languages and target_languages for the translate endpoint, and platform_languages for the languages the Deskhero interface itself is available in. The catalogue is platform wide rather than per workspace, and the response is cacheable for five minutes.
GET
/api/sys/v{version:apiVersion}/languages/translation_languages
Request arguments
| Name | Type | Source |
|---|
Request body example
Response
Response body example
DTO_translation_language_wrapper
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| source_languages | DTO_translation_language[] | Source languages | |
| target_languages | DTO_translation_language[] | Target languages | |
| platform_languages | DTO_translation_language[] | Platform languages |
DTO_translation_language
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | ReadOnly | Leave empty on input |
| name | String | Name | |
| code | String | Code | |
| icon | String | ReadOnly | Icon |
| icon_sqare | String | ReadOnly | Icon sqare |
Generated Aug 4, 2026 18:37