Share via


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

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

Parameters

  • dwLCID
    Type: System.UInt32

    Required. The language locale ID. See Locale IDs Assigned by Microsoft for a list of language locale IDs.

Return Value

Type: System.String
String containing the language abbreviation.

Implements

IVCWizCtlUI.GetLangAbbrevFromLCID(UInt32)

Remarks

1033 would return enu for English.

.NET Framework Security

See Also

Reference

VCWizCtlClass Class

Microsoft.VisualStudio.VsWizard Namespace