Skip to main content
Microsoft.AspNetCore.Localization package icon

Microsoft.AspNetCore.Localization

ASP.NET Core middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.

Total Downloads
290.1M
290,131,041
Published
Jun 9, 2026
Latest stable version

Install

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

Frameworks

.NETStandard2.0

Dependencies