req.acceptsLanguages(lang [, ...])
Returns the first accepted language of the specified languages, based on the request’s Accept-Language
HTTP header field. If none of the specified languages is accepted, returns false
.
For more information, or if you have issues or concerns, see accepts.
Please login to continue.