VCWizCtlClass.GetLangAbbrevFromLCID(UInt32) Method

Definition

Gets the language abbreviation specified by the language locale ID.

public:
 virtual System::String ^ GetLangAbbrevFromLCID(System::UInt32 dwLCID) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetLangAbbrevFromLCID;
public:
 virtual Platform::String ^ GetLangAbbrevFromLCID(unsigned int dwLCID) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetLangAbbrevFromLCID;
 virtual std::wstring GetLangAbbrevFromLCID(unsigned int dwLCID);
[System.Runtime.InteropServices.DispId(1610743875)]
public virtual string GetLangAbbrevFromLCID (uint dwLCID);
[<System.Runtime.InteropServices.DispId(1610743875)>]
abstract member GetLangAbbrevFromLCID : uint32 -> string
override this.GetLangAbbrevFromLCID : uint32 -> string
Public Overridable Function GetLangAbbrevFromLCID (dwLCID As UInteger) As String

Parameters

dwLCID
UInt32

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

Returns

String containing the language abbreviation.

Implements

Attributes

Remarks

1033 would return enu for English.

Applies to