Skip to main content
Localization.AspNetCore.TagHelpers package icon

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>`

Total Downloads
913.0K
913,047
Published
Oct 26, 2016
Latest stable version

Install

.NET CLI
dotnet add package Localization.AspNetCore.TagHelpers --version 0.2.0
Package Manager Console
Install-Package Localization.AspNetCore.TagHelpers -Version 0.2.0
PackageReference
<PackageReference Include="Localization.AspNetCore.TagHelpers" Version="0.2.0" />

Frameworks

.NETFramework4.5.1 .NETStandard1.6

Dependencies

[1.0.1, )
[1.0.0, )
[1.0.1, )
[1.0.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.