This class is used as a base class for all Localization Provider classes used in RadControls.
Definition
Namespace:Telerik.WinControls.Localization
Assembly:Telerik.WinControls.dll
Type Parameters:
T
Syntax:
C#
public abstract class LocalizationProvider<T> where T : class, new()
Inheritance: objectLocalizationProvider<T>
Derived Classes:
Constructors
C#
protected LocalizationProvider()
Properties
Gets a CultureInfo object corresponding to the current localization provider.
C#
public virtual CultureInfo Culture { get; }
Gets or sets the current localization provider.
C#
[Browsable(false)]
public static T CurrentProvider { get; set; }
Methods
Creates a default localization provider.
C#
public static T CreateDefaultLocalizationProvider()
T
A new instance of the default localization provider.
Events
Fires when the current localization provider has changed.
C#
public static event EventHandler CurrentProviderChanged