Owin.Localization
1.0.1
See the version list below for details.
dotnet add package Owin.Localization --version 1.0.1
NuGet\Install-Package Owin.Localization -Version 1.0.1
<PackageReference Include="Owin.Localization" Version="1.0.1" />
<PackageVersion Include="Owin.Localization" Version="1.0.1" />
<PackageReference Include="Owin.Localization" />
paket add Owin.Localization --version 1.0.1
#r "nuget: Owin.Localization, 1.0.1"
#addin nuget:?package=Owin.Localization&version=1.0.1
#tool nuget:?package=Owin.Localization&version=1.0.1
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.