VCWizCtlClass.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:
virtual System::String ^ GetPrimaryLangIdFromLCID(System::UInt32 dwLCID) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetPrimaryLangIdFromLCID;
public:
virtual Platform::String ^ GetPrimaryLangIdFromLCID(unsigned int dwLCID) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetPrimaryLangIdFromLCID;
virtual std::wstring GetPrimaryLangIdFromLCID(unsigned int dwLCID);
[System.Runtime.InteropServices.DispId(1610743877)]
public virtual string GetPrimaryLangIdFromLCID (uint dwLCID);
[<System.Runtime.InteropServices.DispId(1610743877)>]
abstract member GetPrimaryLangIdFromLCID : uint32 -> string
override this.GetPrimaryLangIdFromLCID : uint32 -> string
Public Overridable Function GetPrimaryLangIdFromLCID (dwLCID As UInteger) As String
Parameters
- dwLCID
- UInt32
Required. The language locale ID for the default language. See Locale ID (LCID) Chart for a list of language locale IDs.
Returns
String containing the name of the default language.
Implements
- Attributes