Interface ISyncfusionStringLocalizer
An interface for processing the Syncfusion UI component's Localization.
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public interface ISyncfusionStringLocalizer
Properties
ResourceManager
ResourceManager for processing the resource file parsing.
Declaration
ResourceManager ResourceManager { get; }
Property Value
| Type |
|---|
| ResourceManager |
Methods
GetText(string)
Return the Localized value from the resource file.
Declaration
string GetText(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | Key string to get the localized value. |
Returns
| Type | Description |
|---|---|
| string | Returns the localized string. |