MCPcopy Create free account
hub / github.com/audacity/audacity / GetLang

Function GetLang

libraries/lib-strings/Languages.cpp:395–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395wxString GetLang()
396{
397 if (sLocale)
398 return sLocale->GetSysName();
399 else
400 return {};
401}
402
403wxString GetLangShort()
404{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected