IVCWizCtlUI.GetPrimaryLangIdFromLCID(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 default language from the language locale ID.
public:
System::String ^ GetPrimaryLangIdFromLCID(System::UInt32 dwLCID);
public:
Platform::String ^ GetPrimaryLangIdFromLCID(unsigned int dwLCID);
std::wstring GetPrimaryLangIdFromLCID(unsigned int dwLCID);
[System.Runtime.InteropServices.DispId(1610743877)]
public string GetPrimaryLangIdFromLCID (uint dwLCID);
[<System.Runtime.InteropServices.DispId(1610743877)>]
abstract member GetPrimaryLangIdFromLCID : uint32 -> string
Public Function GetPrimaryLangIdFromLCID (dwLCID As UInteger) As String
Parameters
- dwLCID
- UInt32
Required. The language locale ID for the default language.
Returns
String containing the name of the default language.
- Attributes