Skip to content
Examples
Index

Examples

App RouterFeatured

An example that showcases basic usage of next-intl with the App Router, including internationalized routing.

App Router (without i18n routing)

An example that showcases basic usage of next-intl with the App Router, a statically provided locale and no i18n routing setup.

Street photography viewer

An App Router example that handles i18n exclusively in Server Components, while adding interactivity with Client Components.

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.

App Router with NextAuth.js

An example that showcases the usage of next-intl together with NextAuth.js and the App Router.

App Router mixed routing

An example that showcases how locale prefixes can be used on public routes while reading the locale from user settings on pages for logged in users.

Pages Router

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

Pages Router (advanced)

An example that showcases more advanced features 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.

React Native

An example that showcases how use-intl, the base library of next-intl, can be used with React Native.

Remix

An example that showcases how use-intl, the base library of next-intl, can be used with Remix.