IVCWizCtlUI.GetLangFromLCID(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 based on the specified language locale ID.
public:
System::String ^ GetLangFromLCID(System::UInt32 dwLCID);
public:
Platform::String ^ GetLangFromLCID(unsigned int dwLCID);
std::wstring GetLangFromLCID(unsigned int dwLCID);
[System.Runtime.InteropServices.DispId(1610743874)]
public string GetLangFromLCID (uint dwLCID);
[<System.Runtime.InteropServices.DispId(1610743874)>]
abstract member GetLangFromLCID : uint32 -> string
Public Function GetLangFromLCID (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 name.
- Attributes
Remarks
1033 would return English.