IVCWizCtlUI.GetHostLocale Method
Gets the locale of the wizard's user interface.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function GetHostLocale As UInteger
uint GetHostLocale()
unsigned int GetHostLocale()
abstract GetHostLocale : unit -> uint32
function GetHostLocale() : uint
Return Value
Type: UInt32
Unsigned int representing the host language.
Remarks
For example, 1033 represents English.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.