Internationalisation and Localisation
Commonly referred to as i18n and l10n.
This article provides some information to assist in providing applications which support internationalisation, i.e. an interface supporting multiple languages.
gettext
Wikipedia has a great article on gettext which summarises the tools and how to use them.
A much more in-depth discussion is provided in the GNU gettext manual.
gettextize
is used on a new project as a wizard to create the various files
required.
-- Frank Dean - 17 Aug 2020
Related Topics: