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-appyarn create next-app --example with-i18n-rosetta with-i18n-rosetta-apppnpm create next-app --example with-i18n-rosetta with-i18n-rosetta-appDeploy it to the cloud with Vercel (Documentation).