IVCWizCtlUI.GetSubLangIdFromLCID(UInt32) Method

Definition

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

public:
 System::String ^ GetSubLangIdFromLCID(System::UInt32 dwLCID);
public:
 Platform::String ^ GetSubLangIdFromLCID(unsigned int dwLCID);
std::wstring GetSubLangIdFromLCID(unsigned int dwLCID);
[System.Runtime.InteropServices.DispId(1610743878)]
public string GetSubLangIdFromLCID (uint dwLCID);
[<System.Runtime.InteropServices.DispId(1610743878)>]
abstract member GetSubLangIdFromLCID : uint32 -> string
Public Function GetSubLangIdFromLCID (dwLCID As UInteger) As String

Parameters

dwLCID
UInt32

Required. The language locale ID.

Returns

A string containing the sub language.

Attributes

Remarks

For more information see Language Support Functions.

Applies to