This example uses rosetta, react hooks and context to provide a SSR, SSG, CSR compatible i18n solution.
In next.config.js
you can configure the fallback language.
Deploy the example using Vercel or preview live with StackBlitz
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-i18n-rosetta with-i18n-rosetta-app
yarn create next-app --example with-i18n-rosetta with-i18n-rosetta-app
pnpm create next-app --example with-i18n-rosetta with-i18n-rosetta-app
Deploy it to the cloud with Vercel (Documentation).