Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
395
wxString GetLang()
396
{
397
if (sLocale)
398
return sLocale->GetSysName();
399
else
400
return {};
401
}
402
403
wxString GetLangShort()
404
{
Callers
1
GetAcceptLanguageValue
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected