Skip to content

Files

Latest commit

da61863 · Apr 7, 2020

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 9, 2020
Mar 4, 2020
Dec 29, 2019
Jan 9, 2020
Dec 29, 2019
Jan 9, 2020
Apr 7, 2020
Mar 4, 2020
Mar 4, 2020

Universal Language Detector - With Next.js example

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


Demo

https://universal-language-detector.now.sh/


Contributing

Development

yarn start

Deploying

yarn deploy

Deploying to production

yarn deploy:production