MCPcopy Create free account
hub / github.com/78/tenbox / GetCurrentLanguage

Function GetCurrentLanguage

src/manager/i18n.cpp:546–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546Lang GetCurrentLanguage() {
547 return g_current_lang;
548}
549
550void SetLanguage(Lang lang) {
551 g_current_lang = lang;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected