Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the locale of the wizard's user interface.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Overridable Function GetHostLocale As UInteger
public virtual uint GetHostLocale()
public:
virtual unsigned int GetHostLocale()
abstract GetHostLocale : unit -> uint32
override GetHostLocale : unit -> uint32
public function GetHostLocale() : uint
Return Value
Type: System.UInt32
Unsigned int representing the host language.
Implements
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.