Supporting Multiple Languages With NextJS
Introduction
Hello! Recently I added multiple languages to my site, so I will show you how to do it in this short tutorial. ๐
Setting up the project
First we need to actually set up the project, run the following command:
yarn create next-app
Give...
ethan91.hashnode.dev3 min read