Skip to main content

One post tagged with "i18n"

View All Tags

Building a Multilingual Blog Site with Next.js and @ttoss/react-i18n

· 5 min read
Rayza Oliveira
Software Engineering

Building websites for global audiences requires effective internationalization (i18n) strategies. This tutorial demonstrates how to create a multilingual blog site using Next.js and @ttoss/react-i18n, covering both routing-level and component-level internationalization approaches.

You'll learn when to use each approach, how to implement them together, and build a complete workflow for managing translations in your Next.js applications.