Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ GetLanguageCode
Function
GetLanguageCode
Source/utils/language.cpp:346–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
}
345
346
string_view GetLanguageCode()
347
{
348
if (!forceLocale.empty())
349
return forceLocale;
350
return *sgOptions.Language.code;
351
}
352
353
bool IsSmallFontTall()
354
{
Callers
4
LoadLanguageArchive
Function · 0.85
IsSmallFontTall
Function · 0.85
LanguageInitialize
Function · 0.85
LoadFont
Function · 0.85
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected