Class ChatLocalizationResourceAccessor
Represents the class that manages the localization of Syncfusion.UI.Xaml.Chat, Syncfusion.UI.Xaml.Chat controls based on System.Globalization.CultureInfo.CurrentUICulture.
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.Chat
Assembly: Syncfusion.SfChat.Wpf.dll
Syntax
public sealed class ChatLocalizationResourceAccessor : LocalizationResourceAccessor
Constructors
ChatLocalizationResourceAccessor()
Declaration
public ChatLocalizationResourceAccessor()
Fields
Instance
Gets the instance of ChatLocalizationResourceAccessor which manages the localization of chat controls.
Declaration
public static ChatLocalizationResourceAccessor Instance
Field Value
| Type |
|---|
| ChatLocalizationResourceAccessor |
Methods
GetControlAssembly()
Gets the assembly that contains the control definitions for localization.
Declaration
protected override Assembly GetControlAssembly()
Returns
| Type | Description |
|---|---|
| System.Reflection.Assembly | The assembly of the current type. |
Overrides
GetControlAssemblyDefaultNamespace()
Gets the default namespace used for locating control resources.
Declaration
protected override string GetControlAssemblyDefaultNamespace()
Returns
| Type | Description |
|---|---|
| System.String | The default namespace string for the control assembly. |
Overrides
GetDefaultResourceManager()
Gets the default System.Resources.ResourceManager used for localization of chat controls.
Declaration
protected override ResourceManager GetDefaultResourceManager()
Returns
| Type | Description |
|---|---|
| System.Resources.ResourceManager | The System.Resources.ResourceManager instance for chat resources. |