Results 1 - 5 of 5

Intl.Collator

The Intl.Collator object is a constructor for collators, objects that enable language sensitive string comparison.
Collator Internationalization JavaScript

Intl.Collator.supportedLocalesOf()

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

Intl.Collator.prototype.compare

The Intl.Collator.prototype.compare property returns a getter function that compares two strings according to the sort order of this Collator object.
Collator Internationalization JavaScript Property Prototype

Intl.Collator.prototype

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

Intl.Collator.prototype.resolvedOptions()

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