IVCWizCtlUI.GetPrimaryLangIdFromLCID Method

Gets the default language from the language locale ID.

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

Syntax

声明
Function GetPrimaryLangIdFromLCID ( _
    dwLCID As UInteger _
) As String
用法
Dim instance As IVCWizCtlUI
Dim dwLCID As UInteger
Dim returnValue As String

returnValue = instance.GetPrimaryLangIdFromLCID(dwLCID)
string GetPrimaryLangIdFromLCID(
    uint dwLCID
)
String^ GetPrimaryLangIdFromLCID(
    [InAttribute] unsigned int dwLCID
)
function GetPrimaryLangIdFromLCID(
    dwLCID : uint
) : String

Parameters

  • dwLCID
    Type: System.UInt32

    Required. The language locale ID for the default language.

Return Value

Type: System.String

String containing the name of the default language.

Permissions

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace