This is a simple example of using React Context to build a multi-language web app which gets its data from JSON files.
Note: This repo is just for demo purpose, you can use next-i18next powerful features to internationalize your app.
Deploy the example using Vercel or preview live with StackBlitz
git clone https://github.com/hsngdz/next-multi-language-example.git
cd next-multi-language-example && npm install
npm run dev
Deploy it to the cloud with Vercel (Documentation).