Class
LocalizationConverter

A converter that uses a localized version of the provided parameter to format the binding value into string. Uses InvariantCulture.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

cs-api-definition
public sealed class LocalizationConverter : IValueConverter

Inheritance: objectLocalizationConverter

Implements: IValueConverter

Constructors

LocalizationConverter()

Declaration

cs-api-definition
public LocalizationConverter()

Methods

Convert(object, Type, object, CultureInfo)

Converts a localized version of the parameter using the LocalizationManager to format the value into string. Uses InvariantCulture.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The value to convert.

targetType

Type

This parameter is not used.

parameter

object

A key used to find localized string format.

culture

CultureInfo

This parameter is not used.

Returns

object

The localized string.

ConvertBack(object, Type, object, CultureInfo)

Not implemented.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object