MCPcopy 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
346string_view GetLanguageCode()
347{
348 if (!forceLocale.empty())
349 return forceLocale;
350 return *sgOptions.Language.code;
351}
352
353bool IsSmallFontTall()
354{

Callers 4

LoadLanguageArchiveFunction · 0.85
IsSmallFontTallFunction · 0.85
LanguageInitializeFunction · 0.85
LoadFontFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected