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,
        "nativeName": "English US",
        "enName": "English US",
        "esName": "Inglés US",
        "frName": "Anglais US",
        "deName": "Englisch US",
        "itName": "Inglese US",
        "ptName": "Inglês US",
        "country": "United States of America",
        "locale": {
            "name": "en_US"
        },
        "enabledIndicator": true,
        "createdDateTime": 1745816470000
    },
    {
        "id": 46,
        "nativeName": "Français CA",
        "enName": "French CA",
        "esName": "Francés CA",
        "frName": "Français CA",
        "deName": "Französisch CA",
        "itName": "Francese CA",
        "ptName": "Francês CA",
        "country": "Canada",
        "locale": {
            "name": "fr_CA"
        },
        "enabledIndicator": true,
        "createdDateTime": 1745816470000
    },
    {
        "id": 51,
        "nativeName": "Deutsche DE",
        "enName": "German DE",
        "esName": "Alemán DE",
        "frName": "Allemand DE",
        "deName": "Deutsch DE",
        "itName": "Tedesco DE",
        "ptName": "Alemao DE",
        "country": "Germany",
        "locale": {
            "name": "de_DE"
        },
        "enabledIndicator": true,
        "createdDateTime": 1745816470000
    },
    {
        "id": 62,
        "nativeName": "Italiano IT",
        "enName": "Italian IT",
        "esName": "Italiano IT",
        "frName": "Italien IT",
        "deName": "Italienisch IT",
        "itName": "Italiano IT",
        "ptName": "Italiano IT",
        "country": "Italy",
        "locale": {
            "name": "it_IT"
        },
        "enabledIndicator": true,
        "createdDateTime": 1745816470000
    },
    {
        "id": 75,
        "nativeName": "Português BR",
        "enName": "Portuguese BR",
        "esName": "Portugués BR",
        "frName": "Portugais BR",
        "deName": "Portugiesisch BR",
        "itName": "Portoghese BR",
        "ptName": "Português BR",
        "country": "Brazil",
        "locale": {
            "name": "pt_BR"
        },
        "enabledIndicator": true,
        "createdDateTime": 1745816470000
    },
    {
        "id": 97,
        "nativeName": "Español MX",
        "enName": "Spanish MX",
        "esName": "Español MX",
        "frName": "Espagnol MX",
        "deName": "Spanisch MX",
        "itName": "Spagnolo MX",
        "ptName": "Espanhol 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 PORTUGUESE LANGUAGE
en_US English US English US Inglés US Anglais US Englisch US Anglais US Inglese US
fr_CA Français CA French CA Francés CA Français CA Französisch CA Francese CA Francês CA
de_DE Deutsche DE German DE Alemán DE Allemand DE Deutsch DE Tedesco DE Alemao DE
pt_BR Português BR Portuguese BR Portugués BR Portugais BR Portugiesisch BR Portoghese BR Português BR
es_MX Español MX Spanish MX Español MX Espagnol MX Spanisch MX Spanisch MX Spagnolo MX
it_IT Italiano IT Italian IT Italiano IT Italien IT Italienisch IT Italiano IT Italiano IT

Updated As Of Version: 6.7.0.0