Class ChartResourceManager
Represents the chart resource manager class for localization, which translates the application resources into different languages for specific cultures.
Inheritance
System.Object
ChartResourceManager
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public static class ChartResourceManager : Object
Properties
Manager
Gets or sets the resource manager Manager that provides convenient access to culture-specific resources at run time.
Declaration
public static ResourceManager Manager { get; set; }
Property Value
Type |
---|
System.Resources.ResourceManager |