Multi language
In this episode we are going to make our Next.js and Strapi site be multilingual.
Now I’m going to show you how to make your Next.js and Strapi site handle multiple languages. We are going to do this by using next-i18next plugin that is using i18next and react-i18next plugins under the hood.
So I’m going to show you how to handle namespaces, how to use translation strings, how to create a language switcher and how to fake multi language support in Strapi. And at the end of the video our site should have full multilingual support.