I would have a specific question regarding multi-language support.
We will have different pages and with that also different urls for all the languages. NextJS is already set up with i18n configuration, but now what we can’t figure out is, how to connect the content in builder.io, that we know that /page1 in english is /page2 in german (so the url would be en/page1 and de/page2). We need this that if user is on /en/page1 and switches the language, he gets to /de/page2.