MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / setLanguage

Function setLanguage

src/app/modules/i18n.cpp:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void setLanguage(const std::string& language)
147{
148 app::language = language;
149 languageLoaded = false;
150 languageMissing.clear();
151}
152
153const std::string& getLanguage()
154{

Callers 1

init_module_guiFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected