Class RadGridResLocalizationProvider
Represents localization provider for RadGridView that uses the project resources.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Localization
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class RadGridResLocalizationProvider : RadGridLocalizationProvider
Constructors
RadGridResLocalizationProvider()
Initializes a new instance of the Rad
Declaration
public RadGridResLocalizationProvider()
Properties
Culture
Gets a CultureInfo object corresponding to the current localization provider.
Declaration
public override CultureInfo Culture { get; }
Property Value
System.
|
Overrides
Manager
Gets the System.
Declaration
protected virtual ResourceManager Manager { get; }
Property Value
System.
|
Methods
CreateResourceManager()
Creates the resource manager.
Declaration
protected virtual void CreateResourceManager()
GetLocalizedString(String)
Gets the localized string.
Declaration
public override string GetLocalizedString(string id)
Parameters
System. The id. |
Returns
System.
|