How I added localization to Dub.co using Tolgee
· 13 min read
With the introduction of Next.js 13 and the app router featuring React server components, there has been a strong push to enable Tolgee to work within this new paradigm.
Considering the app router is still in beta and Next.js API adjustments might occur, we opted for this article (instead of creating an npm package right away) to explain how Tolgee can work with the server.
Ever wondered how to translate your web pages into different local languages of visitors visiting your website? That’s where the concept of localization comes into action. Localization with reference to web pages is nothing but a process of translating your web pages into the local language of the visitor.