MCPcopy 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
128int32 CultureInfo::GetLCID() const
129{
130 return _lcid;
131}
132
133int32 CultureInfo::GetParentLCID() const
134{

Callers 4

SetCurrentCultureMethod · 0.80
SetCurrentLanguageMethod · 0.80
ToManagedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected