()
| 99 | |
| 100 | // getters for the current locale parameters |
| 101 | localeCode() { return this._currLocaleCode; } |
| 102 | localeCodes() { return this._currLocaleCodes; } |
| 103 | languageCode() { return this._currLanguageCode; } |
| 104 | textDirection() { return this._currTextDirection; } |
no outgoing calls
no test coverage detected