Class LocalizationBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public abstract class LocalizationBase
Constructors
LocalizationBase(String, String, CultureInfo)
Initializes a new instance of the LocalizationBase class.
Declaration
public LocalizationBase(string path, string resourceName, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | |
System.String | resourceName | |
System.Globalization.CultureInfo | culture |
Properties
IsDefaultResource
Retunrs true or False value based on the DefaultResource.
Declaration
protected virtual bool IsDefaultResource { get; set; }
Property Value
Type |
---|
System.Boolean |
Resources
Returns the ResourcesCollection.
Declaration
protected Dictionary<string, string> Resources { get; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.String> |