Skip to content

This NuGet package allows you to localize your Blazor app even validation messages based on .NET Core localization infrastructure such as "IStringLocalizer".

License

Notifications You must be signed in to change notification settings

jsakamoto/Toolbelt.Blazor.I18nText.StringLocalizerSupport

Repository files navigation

Blazor Internationalization(I18n) Text - StringLocalizer support NuGet Package

Summary

This NuGet package allows you to localize your Blazor app even validation messages based on .NET Core localization infrastructure such as "IStringLocalizer".

Supported versions

"Blazor I18n Text - StringLocalizer support" ver.1.x supports following Blazor versions:

  • Blazor Server App v.3.1.0 GA
  • Blazor WebAssembly App v.3.2.0 preview 1

Quick Start

Step.1 - Add Package

Add Toolbelt.Blazor.I18nText.StringLocalizerSupport NuGet package to your Blazor app project.

dotnet CLI:

$ dotnet add package Toolbelt.Blazor.I18nText.StringLocalizerSupport -v 1.0.0-beta

Package Manager Console:

PM> Install-Package Toolbelt.Blazor.I18nText.StringLocalizerSupport -IncludePrerelease

-- TODO --

Release Note

v.1.0.0 - Initial release.

License

Mozilla Public License Version 2.0

About

This NuGet package allows you to localize your Blazor app even validation messages based on .NET Core localization infrastructure such as "IStringLocalizer".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published