pub fn get_canonical_locales(s: &JsValue) -> Array
Available on crate feature
dep_js_sys
only.Expand description
The Intl.getCanonicalLocales()
method returns an array containing
the canonical locale names. Duplicates will be omitted and elements
will be validated as structurally valid language tags.