VCWizCtlClass.GetHostLocale 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.
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.