()
| 102 | localeCodes() { return this._currLocaleCodes; } |
| 103 | languageCode() { return this._currLanguageCode; } |
| 104 | textDirection() { return this._currTextDirection; } |
| 105 | isMetric() { return this._currIsMetric; } |
| 106 | languageNames() { return this._currLanguageNames; } |
| 107 | scriptNames() { return this._currScriptNames; } |