ClassLocalizableResourceExtension
Class
Implements a markup extension that returns a localization string.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class LocalizableResourceExtension : MarkupExtension
Inheritance: objectLocalizableResourceExtension
Constructors
LocalizableResourceExtension()
Declaration
cs-api-definition
public LocalizableResourceExtension()
Properties
Key
Gets or sets the localization key.
KeyBinding
Gets or sets a Binding object used to fetch the localization key. If the Key property is set, the KeyBinding setting is ignored.
Declaration
cs-api-definition
public Binding KeyBinding { get; set; }
Property Value
Binding
Methods
ProvideValue(IServiceProvider)
Returns an object that is provided as the value of the target property for the markup extension.
Declaration
cs-api-definition
public override object ProvideValue(IServiceProvider serviceProvider)
Parameters
serviceProvider
A service provider helper that can provide services for the markup extension.
Returns
The value to set on the property where the extension is applied..