Skip to content
Skip to content
← All HTTP Headers
Request

Accept-Language

Advertises the natural languages the client prefers in the response.

Syntax

Accept-Language: <language>, <language>;q=<quality>

Example

Accept-Language: ru-RU, ru;q=0.9, en-US;q=0.8, en;q=0.7

Description

The Accept-Language header indicates which human languages the client prefers for the response. Servers use it to serve localised content when available.

Values use BCP 47 language tags (e.g. en-US, ru). Quality factors specify preference order; * matches any language not otherwise specified.

Check if your website sends this header correctly

Check your headers →

Related Articles

Related Headers