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()
Declaration
protected override Assembly GetControlAssembly()
Returns
Type |
---|
System.Reflection.Assembly |
Overrides
GetControlAssemblyDefaultNamespace()
Declaration
protected override string GetControlAssemblyDefaultNamespace()
Returns
Type |
---|
System.String |
Overrides
GetDefaultResourceManager()
Declaration
protected override ResourceManager GetDefaultResourceManager()
Returns
Type |
---|
System.Resources.ResourceManager |