[Vuejs]-I18next is not using the correct language in Vue project

0👍

Turns out there was somehow a culture that was saved in my local storage and i18next was using that so just had to clear me local storage and it worked.

Leave a comment