How to make multi language project in next js in 10 minutes

Create a Next.js app To create a Next.js app, open your terminal, cd into the directory you’d like to create the app in, and run the following command: npx create-next-app@latest nextjs-blog install npm  i18n npm i i18n Configure next-i18next In your Next.js root directory, create a file called next-i18next.config.js. This will hold

Read More »
No data found.