Class DiagramRibbonLocalizationResourceAccessor
Represents the class that manages the localization for syncfusion controls.
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.UI.Xaml.DiagramRibbon
Assembly: Syncfusion.SfDiagramRibbon.Wpf.dll
Syntax
public class DiagramRibbonLocalizationResourceAccessor : LocalizationResourceAccessorConstructors
DiagramRibbonLocalizationResourceAccessor()
Declaration
public DiagramRibbonLocalizationResourceAccessor()Fields
Instance
Insance of DiagramRibbonLocalizationResourceAccessor.
Declaration
public static DiagramRibbonLocalizationResourceAccessor InstanceField Value
| Type | 
|---|
| DiagramRibbonLocalizationResourceAccessor | 
Methods
GetControlAssembly()
Gets the assembly of the project.
Declaration
protected override Assembly GetControlAssembly()Returns
| Type | Description | 
|---|---|
| System.Reflection.Assembly | Returns assembly of the project. | 
Overrides
GetControlAssemblyDefaultNamespace()
Gets the default namespace of the referred project.
Declaration
protected override string GetControlAssemblyDefaultNamespace()Returns
| Type | Description | 
|---|---|
| System.String | Default namespace of the control assembly | 
Overrides
GetDefaultResourceManager()
Gets the default resource manager of the project.
Declaration
protected override ResourceManager GetDefaultResourceManager()Returns
| Type | Description | 
|---|---|
| System.Resources.ResourceManager | Default resource manager. |