Skip to content

Examples

These examples can provide inspiration for your project, showcasing different setup scenarios.

App Router with locale-based routing

Showcases basic usage of next-intl with the App Router, including internationalized routing.

App Router without locale-based routing

Demonstrates usage of next-intl without locale-based routing, managing the locale via a cookie.

Screenshot

Production-ready templates

Get started quickly with fully-featured project templates, built with internationalization best practices from the ground up.

SEOCMSAIAuth

App Router with message extraction

Showcases an app with message extraction set up.

App Router migration

An example that showcases a basic installation of next-intl in a Next.js app that uses both the Pages as well as the App Router.

Pages Router

An example that showcases a basic installation of next-intl with the Pages Router.

React (without Next.js)

An example that showcases the usage of use-intl, the base library of next-intl, in a regular React app.