IVCWizCtlUI.GetSubLangIdFromLCID Method

Gets a string containing the language identified as the sub language from its language locale ID.

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

Syntax

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

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

Parameters

Return Value

Type: System.String

A string containing the sub language.

Remarks

For more information see National Language Support Functions.

Permissions

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace