IVCWizCtlUI.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

声明
Function GetSystemLCID As UInteger
用法
Dim instance As IVCWizCtlUI
Dim returnValue As UInteger

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

Return Value

Type: System.UInt32

The LCID of the host system language.

Remarks

The default language is stored in the system registry as a decimal.

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

Permissions

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace