Retrieves the localized version of a value appearing in a campaign statistic database entry.

Namespace: ININ.IceLib.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public static string GetLocalizedString(
	string value
)
Visual Basic
Public Shared Function GetLocalizedString ( _
	value As String _
) As String

Parameters

value
Type: System..::..String
The value from the database entry. This is typically the campaign status or an event.

Return Value

The localized string, or String.Empty if the value cannot be found.

See Also