Internationalization
18 letters between i and n
From a business perspective, internationalization, which expands the target audience exponentially, is much more important than accessibility, which helps minorities
- Translation by language and region
- OS/Platform encoding
- String substitution methods
- Internationalized UI (text size changes, fonts, icons, etc.)
- Differences in writing direction (LTR, RTL)
- Notation for numbers, spaces, currency, dates, addresses, units of measurement, etc.
- Time representation including timezones, daylight saving time, etc.
- String sorting methods
i18n Notion
i18n Usage