Service | Status |
---|---|
AppVeyor | |
CLA Assistant | |
Codecov | |
Dependabot | |
GitHub | |
NuGet |
Asp.Net Core Tag Helpers to use when localizing Asp.Net Core application instead of manually injecting IViewLocator
Official published version are available on NuGet or on the GitHub Release page.
To use these tag helpers add the following to your _ViewImports.cshtml
file
@addTagHelper *, Localization.AspNetCore.TagHelpers
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>
You can read more about this on the Documentation page. Please also see the Demo projects in the source repository for a working templates with the use of these localization helpers (based on default asp.net core templates)
Thanks goes to these wonderful people (emoji key):
Kim J. Nordmo π§ |
The Gitter Badger π |
README Bot π |
Muhammad Azeez π€ π» |
dependabot[bot] π» |
whitesource-bolt-for-github[bot] π‘οΈ |
transifex-integration[bot] π |
This project follows the all-contributors specification. Contributions of any kind welcome!