Interface
ITelerikStringLocalizer

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:

cs-api-definition
public interface ITelerikStringLocalizer

Properties

this[string]

Indexer for the localization service that will return the localized string.

Declaration

cs-api-definition
string this[string name] { get; }

Parameters

name

string

The resource name to return, format is ComponentName_ResourceName.

Property Value

string

The localized string according to the current culture.

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