ILocalizationManager
Interface
Defines the contract for managing localization resources in Telerik MAUI controls. This interface provides access to resource management and string retrieval functionality.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
C#
public interface ILocalizationManager
Derived Classes:
Properties
Gets or sets the resource manager used to retrieve localized strings.
C#
ResourceManager ResourceManager { get; set; }
A ResourceManager instance that provides access to localized resources.