IUIHostLocale2::GetUILocale Method (UInt32)
Visual Studio 2015
Returns the UI locale identifier of the host.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- plcid
-
Type:
System::UInt32
[out, retval] Pointer to the unique identifier of the UI locale.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IUIHostLocale::GetUILocale(UInt32)From uilocale.idl:
HRESULT IUIHostLocale2::GetUILocale( [out, retval] LCID *plcid );
Show: