IVCWizCtlUI.GetPrimaryLangIdFromLCID(UInt32) Method

Definition

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

Applies to