Interface ITemplateLocalizer
Namespace: Volo.Abp.Localization
Assembly: Volo.Abp.Localization.dll
Syntax
public interface ITemplateLocalizer
Methods
Localize(IStringLocalizer, String)
Declaration
string Localize(IStringLocalizer localizer, string text)
Parameters
| Type | Name | Description |
|---|---|---|
| IStringLocalizer | localizer | |
| System.String | text |
Returns
| Type | Description |
|---|---|
| System.String |