ISetupInstance.GetDisplayName(Int32) Method

Definition

Gets the display name (title) of the product installed in this instance.

public:
 System::String ^ GetDisplayName(int lcid);
public:
 Platform::String ^ GetDisplayName(int lcid);
std::wstring GetDisplayName(int lcid);
public string GetDisplayName (int lcid);
abstract member GetDisplayName : int -> string
Public Function GetDisplayName (lcid As Integer) As String

Parameters

lcid
Int32

The LCID for the display name.

Returns

String

The display name (title) of the product installed in this instance.

Applies to