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:
C#
public sealed class LocalizationConverter : IValueConverter
Inheritance: objectLocalizationConverter
Implements:
Constructors
C#
public LocalizationConverter()
Methods
Converts a localized version of the parameter using the LocalizationManager to format the value into string. Uses InvariantCulture.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The value to convert.
targetTypeTypeThis parameter is not used.
parameterobjectA key used to find localized string format.
cultureCultureInfoThis parameter is not used.
Returns:The localized string.
Not implemented.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)