I am developing a multilanguage application using React, i18next and i18next-browser-languagedetector.
i18next-browser-languagedetector detect user language in the browser with support for: cookie, localStorage, navigator, querystring, htmlTag
Should I verify Accept-Language from HTTP request header with another module ?
 
    