Hello I have a problem with next-i18next in NextJS. When I switch to cs
locale and refresh the page the page switch locale back to en
. I have Chrome default language set to English though. But shouldnt it works just fine when I want to browse the page in Czech language?
I'm adding codesandbox to replicate the issue. https://codesandbox.io/s/musing-glitter-o3xsjl?file=/pages/_app.tsx
I was following the offical guide from next-i18next with this example which is working fine