Which scripts are supported?
by David Storey
JavaScript
var ISO639_1 = ["az-Cyrl",
"az-Latn",
"ba-Cyrl",
"bo-Tibt",
"br-Latn",
"bs-Cyrl",
"co-Latn",
"ff-Latn",
"gd-Latn",
"ha-Latn",
"ig-Latn",
"ii-Yiii",
"iu-Cans",
"iu-Latn",
"jv-Latn",
"ku-Arab",
"ky-Cyrl",
"mi-Latn",
"mn-Cyrl",
"mn-Mong",
"oc-Latn",
"pa-Arab",
"sa-Deva",
"sd-Arab",
"se-Latn",
"sn-Latn",
"sr-Cyrl",
"sr-Latn",
"tg-Cyrl",
"tk-Latn",
"tt-Cyrl",
"ug-Arab",
"uz-Cyrl",
"uz-Latn",
"wo-Latn",
"yo-Latn",
"zh-Hans",
"zh-Hant"],
supportedLocales = Intl.NumberFormat.supportedLocalesOf(ISO639_1),
formatter = null,
locale = null;
console.clear();
console.log(supportedLocales);