Glossary

i18n (Internationalisation)

Software design for multi-language/region deployment without code changes per locale.

In depth

i18n covers locale routing, currency, date/number formatting, spelling variants (color/colour), legal/contact differences, and hreflang. A single locale registry (e.g. lib/locales.ts) is the maintainable pattern.

Related terms