Share via


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

'Declaration
Public Overridable Function GetSubLangIdFromLCID ( _
    dwLCID As UInteger _
) As String
public virtual string GetSubLangIdFromLCID(
    uint dwLCID
)
public:
virtual String^ GetSubLangIdFromLCID(
    [InAttribute] unsigned int dwLCID
)
abstract GetSubLangIdFromLCID : 
        dwLCID:uint32 -> string  
override GetSubLangIdFromLCID : 
        dwLCID:uint32 -> string
public function GetSubLangIdFromLCID(
    dwLCID : uint
) : String

Parameters

  • dwLCID
    Type: System.UInt32

    Required. The language locale ID. See Locale ID (LCID) Chart for a list of language locale IDs.

Return Value

Type: System.String
A string containing the sub language.

Implements

IVCWizCtlUI.GetSubLangIdFromLCID(UInt32)

Remarks

For more information see Language Support Functions [Automation].

.NET Framework Security

See Also

Reference

VCWizCtlClass Class

Microsoft.VisualStudio.VsWizard Namespace