Interface IAbpTagHelperLocalizer
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public interface IAbpTagHelperLocalizer : ITransientDependency
Methods
GetLocalizedText(String, ModelExplorer)
Declaration
string GetLocalizedText(string text, ModelExplorer explorer)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
| ModelExplorer |
explorer |
|
Returns
| Type |
Description |
| System.String |
|
GetLocalizerOrNull(ModelExplorer)
Declaration
IStringLocalizer GetLocalizerOrNull(ModelExplorer explorer)
Parameters
| Type |
Name |
Description |
| ModelExplorer |
explorer |
|
Returns
| Type |
Description |
| IStringLocalizer |
|
GetLocalizerOrNull(Assembly)
Declaration
IStringLocalizer GetLocalizerOrNull(Assembly assembly)
Parameters
| Type |
Name |
Description |
| System.Reflection.Assembly |
assembly |
|
Returns
| Type |
Description |
| IStringLocalizer |
|
Extension Methods