Next.js 13 internationalization (i18n)
With the introduction of the App Router (opens in a new tab) (i.e. the app
directory), Next.js 13 provides a new level of flexibility for React apps and new possibilities when it comes to internationalization (i18n).
There are two major changes that affect the usage of next-intl
:
- Next.js has removed their built-in internationalized routing
- Next.js now supports React Server Components
To fill in the gaps and to leverage the new capabilities, next-intl
now supports: