New to Telerik UI for BlazorStart a free 30-day trial

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; }
Parameters:namestring

The resource name to return, format is ComponentName_ResourceName.

Property Value:

The localized string according to the current culture.

In this article
DefinitionPropertiesthis[string]
Not finding the help you need?
Contact Support