Info
Version: | 1.1.0 |
Author(s): | Paul Bleess |
Last Update: | Friday, July 10, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/pableess/dotnet-localization-ex |
NuGet Url: | https://www.nuget.org/packages/Owin.Localization |
Install
Install-Package Owin.Localization
dotnet add package Owin.Localization
paket add Owin.Localization
Owin.Localization Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Net.Http.Headers(>= 2.2.8)
- Microsoft.Owin(>= 4.1.0)
Tags
Uses provider model with built in support for automatically applying culture information to HTTP requests.
Culture information can be specified in the HTTP header, query string, cookie, or custom source.
Also adds support for using Dependency Injection container to resolve instances of RequestCultureProvider during the request.