Skip to content
Patryk Gołębiowski edited this page May 8, 2016 · 4 revisions

work in progress...

Locale

CldrLocale represents Unicode locale identifier used in CLDR JSON data. It consists of language, territory, script, and variant subtags. We can create one this way:

var enGB = new CldrLocale(
    language: "en",
    territory: "GB"
);

Locale is needed to extract information from CldrTree.