MCPcopy Create free account
hub / github.com/facebook/Rapid / localeCode

Method localeCode

modules/core/LocalizationSystem.js:101–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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; }

Callers 15

renderMethod · 0.45
authenticateMethod · 0.45
loadIssueDetailAsyncMethod · 0.45
getStringsMethod · 0.45
_loadStringsAsyncMethod · 0.45
_localeDateStringMethod · 0.45
_localeDateStringMethod · 0.45
_localeDateStringMethod · 0.45
initChangesetFunction · 0.45
tryLogoutMethod · 0.45
_localeDateStringFunction · 0.45
localeDateStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected