Interface ILocalizable
All elements with sophisticated localization mechanism have to implement this interface.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface ILocalizable
Methods
SetString(String)
A method to supply element with the localized data.
Declaration
void SetString(string localizedValue)
Parameters
System.String
localizedValue
|