Intl.Locale.prototype

The Intl.Locale.prototype property represents the prototype object for the Intl.Locale constructor.

Property attributes of Intl.Locale.prototype
Writable no
Enumerable no
Configurable no

Description

See Locale for a description of Intl.Locale instances.

Intl.Locale instances inherit from Intl.Locale.prototype. Modifications to the prototype object are inherited by all Intl.Locale instances.

Properties

Intl.Locale.prototype.baseName
Intl.Locale.prototype.calendar
Intl.Locale.prototype.collation
Intl.Locale.prototype.hourCycle
Intl.Locale.prototype.caseFirst
Intl.Locale.prototype.numeric
Intl.Locale.prototype.numberingSystem
Intl.Locale.prototype.language
Intl.Locale.prototype.script
Intl.Locale.prototype.region

Methods

Intl.Locale.prototype.minimize()
Intl.Locale.prototype.maximize()
Intl.Locale.prototype.toString()

Specifications

Specification Status Comment
Intl.Locale.prototype proposal Stage 3

Browser compatibility

Update compatibility data on GitHub
Desktop Mobile Server
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet Node.js
prototype Chrome Full support 74 Edge No support No Firefox No support No IE No support No Opera No support No Safari No support No WebView Android Full support 74 Chrome Android Full support 74 Firefox Android No support No Opera Android No support No Safari iOS No support No Samsung Internet Android No support No nodejs No support No

Legend

Full support  
Full support
No support  
No support

See also