IUIHostLocale3.GetUILocale(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetUILocale([Runtime::InteropServices::Out] System::UInt32 % plcid);
public int GetUILocale (out uint plcid);
abstract member GetUILocale : uint32 -> int
Public Function GetUILocale (ByRef plcid As UInteger) As Integer
Parameters
- plcid
- UInt32
Returns
Implements
Remarks
This method is safe to access from any thread.