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 |
| string |
text |
|
| Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer |
explorer |
|
Returns
GetLocalizerOrNull(ModelExplorer)
Declaration
IStringLocalizer GetLocalizerOrNull(ModelExplorer explorer)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer |
explorer |
|
Returns
| Type |
Description |
| Microsoft.Extensions.Localization.IStringLocalizer |
|
GetLocalizerOrNull(Assembly)
Declaration
IStringLocalizer GetLocalizerOrNull(Assembly assembly)
Parameters
| Type |
Name |
Description |
| System.Reflection.Assembly |
assembly |
|
Returns
| Type |
Description |
| Microsoft.Extensions.Localization.IStringLocalizer |
|
Extension Methods