InterfaceILocalizationManager
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:
cs-api-definition
public interface ILocalizationManager
Properties
ResourceManager
Gets or sets the resource manager used to retrieve localized strings.
Declaration
cs-api-definition
ResourceManager ResourceManager { get; set; }
Property Value
A ResourceManager instance that provides access to localized resources.
Methods
GetString(string)
Retrieves a localized string for the specified key.