Share via


VCWizCtlClass.GetLangFromLCID Method

Gets the language based on the specified language locale ID.

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

Syntax

'Declaration
Public Overridable Function GetLangFromLCID ( _
    dwLCID As UInteger _
) As String
public virtual string GetLangFromLCID(
    uint dwLCID
)
public:
virtual String^ GetLangFromLCID(
    [InAttribute] unsigned int dwLCID
)
abstract GetLangFromLCID : 
        dwLCID:uint32 -> string  
override GetLangFromLCID : 
        dwLCID:uint32 -> string
public function GetLangFromLCID(
    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
String containing the language name.

Implements

IVCWizCtlUI.GetLangFromLCID(UInt32)

Remarks

1033 would return English.

.NET Framework Security

See Also

Reference

VCWizCtlClass Class

Microsoft.VisualStudio.VsWizard Namespace