MCPcopy 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
100LanguageCode GetInterfaceLanguageCode()
101{
102 return GetSystemLanguageCodes().front();
103}
104
105vector<LanguageCode> GetSimplifiedSystemLanguageCodes()
106{

Callers

nothing calls this directly

Calls 2

GetSystemLanguageCodesFunction · 0.85
frontMethod · 0.80

Tested by

no test coverage detected