Skip to main content

Internationalization (i18n)

It's the work a developer does to support different region settings. These settings include language, timezone, units, and more.

Localization (l10n) is the next step. It happens in the frontend or any user facing system. There, the right i18n values are picked based on the locale.

i18n-l10n