next-translate
next-translate copied to clipboard
How can I get correct locale in React SPA
I try using next-translate v1.1.0๏ผnext v10.0.5
I get correct locales('fr') in page localhost:3000/fr However when I use Router or Link (React SPA) to go page localhost:3000/fr/solution, I get defaultLocale('en') , but when I reload the page I get correct locales('fr')
It would be nice if you could share a repo reproducing the bug so we can help ๐