Docs
Routing
Overview

Internationalized routing

When you provide content in multiple languages, you want to make the content available under distinct URLs (e.g. ca.example.com/en/about). next-intl provides the building blocks to set up internatinoalized routing as well as the navigation APIs to enable you to link between pages.

Note that these features are only relevant if you use the App Router. If you're using next-intl with the Pages Router, you can use the built-in capabilities from Next.js (opens in a new tab).