Unicat API Reference

Up - API Reference - Home


data cc.languages

All available languages for internationalization and localization.

Each key is a language code, optionally postfixed with the region where it is used. Each value is the english name for the code.

Language data

{
    ,
    "data": {
        "cc.languages": {
            "da": "Danish",
            "nl": "Dutch",
            "nl-be": "Dutch (Belgium)",
            "nl-nl": "Dutch (Netherlands)",
            "en": "English",
            "en-ie": "English (Ireland)",
            "en-gb": "English (United Kingdom)",
            "en-us": "English (United States of America)",
            "fi": "Finnish",
            "fr": "French",
            "fr-be": "French (Belgium)",
            "fr-fr": "French (France)",
            "fr-lu": "French (Luxembourg)",
            "fr-ch": "French (Switzerland)",
            "de": "German",
            "de-at": "German (Austria)",
            "de-de": "German (Germany)",
            "de-lu": "German (Luxembourg)",
            "de-ch": "German (Switzerland)",
            "el": "Greek",
            "is": "Icelandic",
            "it": "Italian",
            "it-it": "Italian (Italy)",
            "it-ch": "Italian (Switzerland)",
            "lb-lu": "Luxembourgish (Luxembourg)",
            "nb": "Norwegian",
            "pl": "Polish",
            "pt": "Portuguese",
            "es": "Spanish",
            "es-es": "Spanish (Spain)",
            "sv": "Swedish"
        }
    }
}