i18next / i18next-browser-languageDetector

language detector used in browser environment for i18next
MIT License
865 stars 88 forks source link

How to change the localStorage name from i18nextLng to any other name #276

Closed ThayaNanthini closed 1 year ago

adrai commented 1 year ago

read the docs: https://github.com/i18next/i18next-browser-languageDetector#detector-options

image
i18next.use(LanguageDetector).init({
  detection: {
    lookupLocalStorage: 'myChangedName'
  }
});