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 RadGridResLocalizationProvider.
Declaration
public RadGridResLocalizationProvider()
Properties
Culture
Gets a CultureInfo object corresponding to the current localization provider.
Declaration
public override CultureInfo Culture { get; }
Property Value
System.Globalization.CultureInfo
|
Overrides
Manager
Gets the System.Resources.ResourceManager
Declaration
protected virtual ResourceManager Manager { get; }
Property Value
System.Resources.ResourceManager
|
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.String
id
The id. |
Returns
System.String
|