Welcome to the homepage

Internationalization (i18n) details

InformationNext.jsActual
Default Localemulen-US
Configured Localesmul, en-US, fr-CAen-US, fr-CA

Example of shared messages

Simple (text) list using shared messages:Banana, Apple, Strawberry, Grape, Orange, Watermelon, Blueberry, Lemon
Shared messages as a dropdown:

Example using the ICU MessageFormat syntax

Using the following message:{count, plural, =0 {No candy left.} one {Got # candy left.} other {Got # candies left.}}

No candy left.


Example using Next.js' API

Loading...