Intl
package js.lib
Available on js
The Intl
object is the namespace for the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting,and date and time formatting. The INTL object provides access to several constructors as well as functionality common to the internationalization constructors and other language sensitive functions.
Documentation Intl by Mozilla Contributors, licensed under CC-BY-SA 2.5.
Static methods
staticgetCanonicalLocales(locales:String):Array<String>
staticgetCanonicalLocales(locales:Array<String>):Array<String>
Returns canonical locale names.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/lib/Intl.html