See the _app.js file, that's where the magic happens.
In this demo, we automatically resolve the language for all pages through the _app file, which makes the lang
variable available in all pages.
It works from the server side (SSR), and upon client side navigation too
https://universal-language-detector.now.sh/
yarn start
yarn deploy
yarn deploy:production