Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetInterfaceLanguageCode
Function
GetInterfaceLanguageCode
libs/i18n/localisation.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
LanguageCode GetInterfaceLanguageCode()
101
{
102
return GetSystemLanguageCodes().front();
103
}
104
105
vector<LanguageCode> GetSimplifiedSystemLanguageCodes()
106
{
Callers
nothing calls this directly
Calls
2
GetSystemLanguageCodes
Function · 0.85
front
Method · 0.80
Tested by
no test coverage detected