Fix ASP.NET Core version for Content-Language header (#15928)

* Fix ASP.NET Core version for Content-Language header

* Update localization.md
pull/15924/head^2
Hisham Bin Ateya 2019-11-30 20:11:38 +03:00 committed by Rick Anderson
parent e4e10e995b
commit 23ea7a24fa
1 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ The [Accept-Language header](https://www.w3.org/International/questions/qa-accep
6. Tap the language, then tap **Move Up**.
::: moniker range=">= aspnetcore-3.0"
::: moniker range=">= aspnetcore-3.1"
### The Content-Language HTTP header
The [Content-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Language) entity header:
@ -281,7 +281,7 @@ The [Content-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers
Entity headers are used in both HTTP requests and responses.
In ASP.NET Core 3.0 the `Content-Language` header can be added by setting the property `ApplyCurrentCultureToResponseHeaders`.
The `Content-Language` header can be added by setting the property `ApplyCurrentCultureToResponseHeaders`.
Adding the `Content-Language` header: