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 |
|---|
| System.Resources.ResourceManager |
Methods
GetText(String)
Return the Localized value from the resource file.
Declaration
string GetText(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | Key string to get the localized value. |
Returns
| Type | Description |
|---|---|
| System.String | Returns the localized string. |