org.scalajs.dom.experimental

intl

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. intl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Collator extends Object

    The Intl.

  2. trait CollatorOptions extends Object

    Annotations
    @RawJSType() @native()
  3. class DateTimeFormat extends Object

    The Intl.

  4. trait DateTimeFormatOptions extends Object

    Annotations
    @RawJSType() @native()
  5. class NumberFormat extends Object

    The Intl.

  6. trait NumberFormatOptions extends Object

    Annotations
    @RawJSType() @native()

Value Members

  1. object CollatorOptions

  2. object DateTimeFormatOptions

  3. object NumberFormatOptions

Inherited from AnyRef

Inherited from Any

Ungrouped