IVCWizCtlUI.GetLangAbbrevFromLCID(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the language abbreviation specified by the language locale ID.
public:
System::String ^ GetLangAbbrevFromLCID(System::UInt32 dwLCID);
public:
Platform::String ^ GetLangAbbrevFromLCID(unsigned int dwLCID);
std::wstring GetLangAbbrevFromLCID(unsigned int dwLCID);
[System.Runtime.InteropServices.DispId(1610743875)]
public string GetLangAbbrevFromLCID (uint dwLCID);
[<System.Runtime.InteropServices.DispId(1610743875)>]
abstract member GetLangAbbrevFromLCID : uint32 -> string
Public Function GetLangAbbrevFromLCID (dwLCID As UInteger) As String
Parameters
- dwLCID
- UInt32
Required. The language locale ID. See Locale ID (LCID) Chart for a list of language locale IDs.
Returns
String containing the language abbreviation.
- Attributes
Remarks
1033 would return enu for English.