Share via


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
'Usage
Dim instance As IVCWizCtlUI 
Dim returnValue As UInteger 

returnValue = instance.GetHostLocale()
uint GetHostLocale()
unsigned int GetHostLocale()
function GetHostLocale() : uint

Return Value

Type: System.UInt32
Unsigned int representing the host language.

Remarks

For example, 1033 represents English.

.NET Framework Security

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace