package intl
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 constructors for Collator, NumberFormat, and DateTimeFormat objects are properties of the Intl object. This page documents these properties as well as functionality common to the internationalization constructors and other language sensitive functions.
MDN
- Alphabetic
- By Inheritance
- intl
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
Collator extends Object
The Intl.Collator object is a constructor for collators, objects that enable language sensitive string comparison.
The Intl.Collator object is a constructor for collators, objects that enable language sensitive string comparison.
MDN
- Annotations
- @JSType() @native() @JSGlobal( "Intl.Collator" )
-
trait
CollatorOptions extends Object
- Annotations
- @JSType() @native()
-
class
DateTimeFormat extends Object
The Intl.DateTimeFormat object is a constructor for objects that enable language sensitive date and time formatting.
The Intl.DateTimeFormat object is a constructor for objects that enable language sensitive date and time formatting.
MDN
- Annotations
- @JSType() @native() @JSGlobal( "Intl.DateTimeFormat" )
-
trait
DateTimeFormatOptions extends Object
- Annotations
- @JSType() @native()
-
class
NumberFormat extends Object
The Intl.NumberFormat object is a constructor for objects that enable language sensitive number formatting.
The Intl.NumberFormat object is a constructor for objects that enable language sensitive number formatting.
MDN
- Annotations
- @JSType() @native() @JSGlobal( "Intl.NumberFormat" )
-
trait
NumberFormatOptions extends Object
- Annotations
- @JSType() @native()
Value Members
- object CollatorOptions
- object DateTimeFormatOptions
- object NumberFormatOptions