Returns the language code of the language the user prefers, as
specified by the first language in the accept-language header.
If no accept-language is sent by the users browser None will be
returned.
Attributes
- full
-
Returns all languages the user has specified, as a comma separated
list.
Example
Your preferred language is
<accept-language>
Your preferred language is
None
|