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