VCWizCtlClass.GetSubLangIdFromLCID(UInt32) Method

Definition

Gets a string containing the language identified as the sub language from its language locale ID.

public:
 virtual System::String ^ GetSubLangIdFromLCID(System::UInt32 dwLCID) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetSubLangIdFromLCID;
public:
 virtual Platform::String ^ GetSubLangIdFromLCID(unsigned int dwLCID) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetSubLangIdFromLCID;
 virtual std::wstring GetSubLangIdFromLCID(unsigned int dwLCID);
[System.Runtime.InteropServices.DispId(1610743878)]
public virtual string GetSubLangIdFromLCID (uint dwLCID);
[<System.Runtime.InteropServices.DispId(1610743878)>]
abstract member GetSubLangIdFromLCID : uint32 -> string
override this.GetSubLangIdFromLCID : uint32 -> string
Public Overridable Function GetSubLangIdFromLCID (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

A string containing the sub language.

Implements

Attributes

Remarks

For more information see National Language Support Functions.

Applies to