SkillAgentSearch skills...

Localization.AspNetCore.TagHelpers

Asp.Net Core Tag Helpers to use when localizing Asp.Net Core application instead of manually injecting IViewLocator

Install / Use

/learn @WormieCorp/Localization.AspNetCore.TagHelpers
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Localization.AspNetCore.TagHelpers

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

All Contributors

<!-- ALL-CONTRIBUTORS-BADGE:END -->

Liberapay receiving Join the chat at https://gitter.im/WormieCorp/Localization.AspNetCore.TagHelpers

| Service | Status | | ------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | AppVeyor | AppVeyor Build Status | | CLA Assistant | CLA assistant | | Codecov | Codecov Coverage Report | | Dependabot | Dependabot SemVer Stability | | GitHub | GitHub Latest release | | NuGet | NuGet Latest release |

<!-- DESCRIPTION:START -->

Asp.Net Core Tag Helpers to use when localizing Asp.Net Core application instead of manually injecting IViewLocator

<!-- DESCRIPTION:PAUSE -->

Where to get it

Official published version are available on NuGet or on the GitHub Release page.

<!-- DESCRIPTION:CONTINUE -->

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>

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)

<!-- DESCRIPTION:STOP -->

Contributors

Thanks goes to these wonderful people (emoji key):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tr> <td align="center"><a href="https://github.com/AdmiringWorm"><img src="https://avatars3.githubusercontent.com/u/1474648?v=4" width="100px;" alt=""/><br /><sub><b>Kim J. Nordmo</b></sub></a><br /><a href="#maintenance-AdmiringWorm" title="Maintenance">🚧</a></td> <td align="center"><a href="https://gitter.im"><img src="https://avatars2.githubusercontent.com/u/8518239?v=4" width="100px;" alt=""/><br /><sub><b>The Gitter Badger</b></sub></a><br /><a href="https://github.com/WormieCorp/Localization.AspNetCore.TagHelpers/commits?author=gitter-badger" title="Documentation">📖</a></td> <td align="center"><a href="https://www.codetriage.com"><img src="https://avatars0.githubusercontent.com/u/35302948?v=4" width="100px;" alt=""/><br /><sub><b>README Bot</b></sub></a><br /><a href="https://github.com/WormieCorp/Localization.AspNetCore.TagHelpers/commits?author=codetriage-readme-bot" title="Documentation">📖</a></td> <td align="center"><a href="https://encrypt0r.github.io/"><img src="https://avatars2.githubusercontent.com/u/16880059?v=4" width="100px;" alt=""/><br /><sub><b>Muhammad Azeez</b></sub></a><br /><a href="https://github.com/WormieCorp/Localization.AspNetCore.TagHelpers/issues?q=author%3Aencrypt0r" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/WormieCorp/Localization.AspNetCore.TagHelpers/commits?author=encrypt0r" title="Code">💻</a></td> <td align="center"><a href="https://github.com/apps/dependabot"><img src="https://avatars3.githubusercontent.com/in/2141?v=4" width="100px;" alt=""/><br /><sub><b>dependabot[bot]</b></sub></a><br /><a href="https://github.com/WormieCorp/Localization.AspNetCore.TagHelpers/commits?author=dependabot[bot]" title="Code">💻</a></td> <td align="center"><a href="https://github.com/apps/whitesource-bolt-for-github"><img src="https://avatars2.githubusercontent.com/in/16809?v=4" width="100px;" alt=""/><br /><sub><b>whitesource-bolt-for-github[bot]</b></sub></a><br /><a href="#security-whitesource-bolt-for-github[bot]" title="Security">🛡️</a></td> <td align="center"><a href="https://github.com/apps/transifex-integration"><img src="https://avatars1.githubusercontent.com/in/18568?v=4" width="100px;" alt=""/><br /><sub><b>transifex-integration[bot]</b></sub></a><br /><a href="#translation-transifex-integration[bot]" title="Translation">🌍</a></td> </tr> </table> <!-- markdownlint-enable --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the all-contributors specification. Contributions of any kind welcome!

Related Skills

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated7mo ago
Forks9

Languages

C#

Security Score

87/100

Audited on Aug 11, 2025

No findings