First translations
Let's set up next-intl and our first translations.
Notes
Getting started with next-intl involves the following steps:
- Adding translation messages to a JSON file
- Defining a request config to load messages
- Setting up the
next-intlplugin - Using translations in components
Here's how you can do it:
Next lesson
Server & Client Components
Learn how to use translations both on the server as well as the client side.
Start lesson