The baseName
accessor property of Intl.Locale
instances returns a substring of this locale's string representation, containing core information about this locale.
The baseName
accessor property of Intl.Locale
instances returns a substring of this locale's string representation, containing core information about this locale.
An Intl.Locale
object represents a parsed local and options for that locale. The baseName
property returns basic, core information about the Locale in the form of a substring of the complete data string. Specifically, the property returns the substring containing the language, and the script and region if available.
baseName
returns the language ["-" script] ["-" region] *("-" variant)
subsequence of the unicode_language_id grammar.
Specification |
---|
ECMAScript Internationalization API Specification # sec-Intl.Locale.prototype.baseName |
Desktop | Mobile | Server | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | Deno | Node.js | ||
baseName |
74 | 79 | 75 | 62 | 14 | 74 | 79 | 53 | 14 | 11.0 | 74 | 1.8 | 12.0.0 |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/baseName