Class ToastNotificationLocalizationResourceAccessor
Represents the class that manages the localization for syncfusion controls.
Inheritance
System.Object
ToastNotificationLocalizationResourceAccessor
Inherited Members
Namespace: Syncfusion.UI.Xaml.SfToastNotification
Assembly: Syncfusion.SfToastNotification.WPF.dll
Syntax
public class ToastNotificationLocalizationResourceAccessor : LocalizationResourceAccessor
Constructors
ToastNotificationLocalizationResourceAccessor()
Declaration
public ToastNotificationLocalizationResourceAccessor()
Fields
Instance
Instance of ToastNotificationLocalizationResourceAccessor.
Declaration
public static ToastNotificationLocalizationResourceAccessor Instance
Field Value
| Type |
|---|
| ToastNotificationLocalizationResourceAccessor |
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. |