Languages
Description¶
The languages
endpoint is used to list all different types of languages that application support.
Request¶
Endpoint¶
ui/refdata/v1/languages
Method¶
GET
Response¶
[
{
"id": 1,
"nativeLanguage": "English US",
"enLanguage": "English US",
"esLanguage": "Inglés US",
"frLanguage": "Anglais US",
"deLanguage": "Englisch US",
"itLanguage": "Inglese US",
"country": "United States of America",
"locale": {
"name": "en_US"
},
"enabledIndicator": true,
"createdDateTime": 1745816470000
},
{
"id": 46,
"nativeLanguage": "Français CA",
"enLanguage": "French CA",
"esLanguage": "Francés CA",
"frLanguage": "Français CA",
"deLanguage": "Französisch CA",
"itLanguage": "Francese CA",
"country": "Canada",
"locale": {
"name": "fr_CA"
},
"enabledIndicator": true,
"createdDateTime": 1745816470000
},
{
"id": 51,
"nativeLanguage": "Deutsche DE",
"enLanguage": "German DE",
"esLanguage": "Alemán DE",
"frLanguage": "Allemand DE",
"deLanguage": "Deutsch DE",
"itLanguage": "Tedesco DE",
"country": "Germany",
"locale": {
"name": "de_DE"
},
"enabledIndicator": true,
"createdDateTime": 1745816470000
},
{
"id": 62,
"nativeLanguage": "Italiano IT",
"enLanguage": "Italian IT",
"esLanguage": "Italiano IT",
"frLanguage": "Italien IT",
"deLanguage": "Italienisch IT",
"itLanguage": "Italiano IT",
"country": "Italy",
"locale": {
"name": "it_IT"
},
"enabledIndicator": true,
"createdDateTime": 1745816470000
},
{
"id": 75,
"nativeLanguage": "Português BR",
"enLanguage": "Portuguese BR",
"esLanguage": "Portugués BR",
"frLanguage": "Portugais BR",
"deLanguage": "Portugiesisch BR",
"itLanguage": "Portoghese BR",
"country": "Brazil",
"locale": {
"name": "pt_BR"
},
"enabledIndicator": true,
"createdDateTime": 1745816470000
},
{
"id": 97,
"nativeLanguage": "Español MX",
"enLanguage": "Spanish MX",
"esLanguage": "Español MX",
"frLanguage": "Espagnol MX",
"deLanguage": "Spanisch MX",
"itLanguage": "Spagnolo MX",
"country": "México",
"locale": {
"name": "es_MX"
},
"enabledIndicator": true,
"createdDateTime": 1745816470000
}
]
Tabular Format
LOCALE | NATIVE LANGUAGE | ENGLISH LANGUAGE | SPANISH LANGUAGE | FRENCH LANGUAGE | GERMAN LANGUAGE | ITALIAN LANGUAGE |
---|---|---|---|---|---|---|
en_US | English US | English US | Inglés US | Anglais US | Englisch US | Anglais US |
fr_CA | Français CA | French CA | Francés CA | Français CA | Französisch CA | Francese CA |
de_DE | Deutsche DE | German DE | Alemán DE | Allemand DE | Deutsch DE | Tedesco DE |
pt_BR | Português BR | Portuguese BR | Portugués BR | Portugais BR | Portugiesisch BR | Portoghese BR |
es_MX | Español MX | Spanish MX | Español MX | Espagnol MX | Spanisch MX | Spanisch MX |
it_IT | Italiano IT | Italian IT | Italiano IT | Italien IT | Italienisch IT | Italiano IT |
Updated As Of Version: 6.6.0.0