Share via


VCWizCtlClass.GetSystemLCID Method

Gets the default language locale ID from the system.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Public Overridable Function GetSystemLCID As UInteger
'Usage
Dim instance As VCWizCtlClass 
Dim returnValue As UInteger 

returnValue = instance.GetSystemLCID()
public virtual uint GetSystemLCID()
public:
virtual unsigned int GetSystemLCID()
public function GetSystemLCID() : uint

Return Value

Type: System.UInt32
The LCID of the host system language.

Implements

IVCWizCtlUI.GetSystemLCID()

Remarks

The default language is stored in the system registry as a decimal. See Locale ID (LCID) Chart for a list of language locale IDs.

The LCID identifies a locale for national language support. Locale information is used for international string comparisons and localized member names.

.NET Framework Security

See Also

Reference

VCWizCtlClass Class

VCWizCtlClass Members

Microsoft.VisualStudio.VsWizard Namespace