Internationalization and localization

Last modified: 11 January 2023

Internationalization (i18n) refers to the process of extracting strings from source code and presenting them as properties with a set of values.

Localization (l10n) is the process of translating values of these properties into target languages. Also, localization refers to the set of resources (texts, images, icons, audio, and so on) for a specified language and region.

AppCode provides coding assistance features that simplify software internationalization and localization processes.