Package

org.scalajs.dom.experimental

intl

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. class Collator extends Object

    Permalink

    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
    @RawJSType() @native() @JSGlobal( "Intl.Collator" )
  2. trait CollatorOptions extends Object

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

    Permalink

    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
    @RawJSType() @native() @JSGlobal( "Intl.DateTimeFormat" )
  4. trait DateTimeFormatOptions extends Object

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

    Permalink

    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
    @RawJSType() @native() @JSGlobal( "Intl.NumberFormat" )
  6. trait NumberFormatOptions extends Object

    Permalink
    Annotations
    @RawJSType() @native()

Inherited from AnyRef

Inherited from Any

Ungrouped