ITelerikStringLocalizer
Interface
Describes the localization service for the Telerik components. Read more at https://docs.telerik.com/blazor-ui/globalization/localization.
Definition
Namespace:Telerik.Blazor.Services
Assembly:Telerik.Blazor.dll
Syntax:
C#
public interface ITelerikStringLocalizer
Properties
Indexer for the localization service that will return the localized string.
C#
string this[string name] { get; }
The resource name to return, format is ComponentName_ResourceName.
Property Value:The localized string according to the current culture.