Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetLCID
Method
GetLCID
Source/Engine/Localization/CultureInfo.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
int32 CultureInfo::GetLCID() const
129
{
130
return _lcid;
131
}
132
133
int32 CultureInfo::GetParentLCID() const
134
{
Callers
4
SetCurrentCulture
Method · 0.80
SetCurrentLanguage
Method · 0.80
SetCurrentLanguageCulture
Method · 0.80
ToManaged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected