Sign in Sign up
nuget

Localization.AspNetCore.TagHelpers

Asp.Net Core Tag Helpers to use when localizing Asp.Net Core applications instead of manually injecting IViewLocator. Usage To use these tag helpers add the following to your `_ViewImports.cshtml` file @addTagHelper *, Localization.AspNetCore.TagHelpers The package currently supports three tag helpers with the following usage cases: Usage with the tag name `<localize>Text to localize</localize>` Usage with a html attribute `<span localize>Text to localize</localize>` Ability to localize html attribute using the following: `<span localize-title='I'm the title to localize'>This won't</span>` Please see the documentation for all available attributes and their usage: https://wormiecorp.github.io/Localization.AspNetCore.TagHelpers/docs/helpers

nuget View on Nuget

Activity

Latest release
7y ago
Total releases
5
Cadence
~5 months
Last 12 months
0

Details

First release
Oct 26, 2016
Releases
Version Released
0.6.0 minor
0.5.0 minor
0.4.0 minor
0.3.0 minor
0.2.0 initial