Skip to main content

LocalizedControl Class

Methods

MethodDescription
GetKey()Get key for a localized control.
GetKey(dialog, control)Get key for a localized control.

WixToolset.Data.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

GetKey() Method

Get key for a localized control.

Declaration

public string GetKey()

Return value

string The localized control id.

GetKey(dialog, control) Method

Get key for a localized control.

Declaration

public static string GetKey(
string dialog,
string control
)

Parameters

ParameterTypeDescription
dialogstringThe optional id of the control's dialog.
controlstringThe id of the control.

Return value

string The localized control id.