Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
void setLanguage(const std::string& language)
147
{
148
app::language = language;
149
languageLoaded = false;
150
languageMissing.clear();
151
}
152
153
const std::string& getLanguage()
154
{
Callers
1
init_module_gui
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected