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…