Class ScheduleViewLocalizationManager
A manager that is used to localize RadScheduleView.
Inherited Members
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ScheduleViewLocalizationManager : LocalizationManager, INotifyPropertyChanged
Constructors
ScheduleViewLocalizationManager()
Declaration
public ScheduleViewLocalizationManager()
Methods
GetStringOverride(String)
Returns a string related to the specified key and culture.
Declaration
public override string GetStringOverride(string key)
Parameters
System.String
key
The key. |
Returns
System.String
A value relative to the specified key. |