VCWizCtlClass.GetHostLocale Method

Definition

Gets the locale of the wizard's user interface.

public:
 virtual System::UInt32 GetHostLocale() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetHostLocale;
public:
 virtual unsigned int GetHostLocale() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetHostLocale;
 virtual unsigned int GetHostLocale();
[System.Runtime.InteropServices.DispId(1610743881)]
public virtual uint GetHostLocale ();
[<System.Runtime.InteropServices.DispId(1610743881)>]
abstract member GetHostLocale : unit -> uint32
override this.GetHostLocale : unit -> uint32
Public Overridable Function GetHostLocale () As UInteger

Returns

Unsigned int representing the host language.

Implements

Attributes

Remarks

For example, 1033 represents English.

Applies to