Results 1 - 5 of 5

Intl.NumberFormat

The Intl.NumberFormat object is a constructor for objects that enable language sensitive number formatting.
Internationalization JavaScript NumberFormat

Intl.NumberFormat.supportedLocalesOf()

The Intl.NumberFormat.supportedLocalesOf() method returns an array containing those of the provided locales that are supported in number formatting without having to fall back to the runtime's default locale.
Internationalization JavaScript Method NumberFormat

Intl.NumberFormat.prototype.format

The Intl.NumberFormat.prototype.format property returns a getter function that formats a number according to the locale and formatting options of this NumberFormat object.
Internationalization JavaScript NumberFormat Property Prototype

Intl.NumberFormat.prototype

The Intl.NumberFormat.prototype property represents the prototype object for the Intl.NumberFormat constructor.
Internationalization JavaScript NumberFormat Property Prototype

Intl.NumberFormat.prototype.resolvedOptions()

The Intl.NumberFormat.prototype.resolvedOptions() method returns a new object with properties reflecting the locale and number formatting options computed during initialization of this NumberFormat object.
Internationalization JavaScript Method NumberFormat Prototype