Owin.Localization
1.1.0
dotnet add package Owin.Localization --version 1.1.0
NuGet\Install-Package Owin.Localization -Version 1.1.0
<PackageReference Include="Owin.Localization" Version="1.1.0" />
paket add Owin.Localization --version 1.1.0
#r "nuget: Owin.Localization, 1.1.0"
// Install Owin.Localization as a Cake Addin #addin nuget:?package=Owin.Localization&version=1.1.0 // Install Owin.Localization as a Cake Tool #tool nuget:?package=Owin.Localization&version=1.1.0
Port of AspNetCore localization middleware to Owin middleware.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- Microsoft.Net.Http.Headers (>= 2.2.8)
- Microsoft.Owin (>= 4.1.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Owin.Localization:
Package | Downloads |
---|---|
Owin.Localization.Unity
Adds support to allow IRequestCultureProviders instances to be resolve during the request using Unity container. This can be useful if the provider has external dependencies such as database connections etc that are best handled via DI |
|
Owin.Localization.Autofac
Adds support to allow IRequestCultureProviders instances to be resolve during the request using Autofac container. This can be useful if the provider has external dependencies such as database connections etc that are best handled via DI |
GitHub repositories
This package is not used by any popular GitHub repositories.