MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getFallbackLocale

Function getFallbackLocale

Tactility/Source/i18n/TextResources.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13static const auto LOGGER = Logger("I18n");
14
15static std::string getFallbackLocale() {
16 return "en-US";
17}
18
19static std::string getDesiredLocale() {
20 switch (settings::getLanguage()) {

Callers 2

getDesiredLocaleFunction · 0.85
getI18nDataFilePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected