IVCWizCtlUI.GetLangAbbrevFromLCID Method

Gets the language abbreviation specified by the language locale ID.

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

Syntax

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

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

Parameters

Return Value

Type: System.String

String containing the language abbreviation.

Remarks

1033 would return enu for English.

Permissions

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace