React Bricks has built in support for i18n: you can add new languages in seconds from the dashboard and then create the page translations with the click of a button.
When a new translation is created, the content is copied from the default language. From that moment the translation page is completely independent: text, images, slug, SEO meta tags, change anything to suit the new language.
In the frontend you can load the content in any language by specifying the locale in the `fetchPages` function.
With Next.js starters, you have already in place the Next.js i18n routing: we already get the locale from the Next.js routing context and use it accordingly. Just add your languages to the `next.config.js` file and you are good to go!
Be the first to discover our latest news. No spam, promise.