Deskhero Developer Hub
Back to deskhero.com
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
Authorisation
No authentication needed

Request arguments

Name Type Source
Request body example
No input arguments

Response

Status
200 (OK)
Type
DTO_translation_language_wrapper
Wrapper
DTO_response_wrap
Other statuses
Response body example
DTO_translation_language_wrapper
NameTypeReadOnlyDescription
source_languagesDTO_translation_language[]Source languages
target_languagesDTO_translation_language[]Target languages
platform_languagesDTO_translation_language[]Platform languages
DTO_translation_language
NameTypeReadOnlyDescription
idInt32ReadOnlyLeave empty on input
nameStringName
codeStringCode
iconStringReadOnlyIcon
icon_sqareStringReadOnlyIcon sqare

Generated Aug 4, 2026 18:37