Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
static const auto LOGGER = Logger(
"I18n"
);
14
15
static std::string getFallbackLocale() {
16
return
"en-US"
;
17
}
18
19
static std::string getDesiredLocale() {
20
switch (settings::getLanguage()) {
Callers
2
getDesiredLocale
Function · 0.85
getI18nDataFilePath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected