internationalisation (Brit.)
n.
act of making something international (also internationalization)
Internationalization and localization
In
computing, Internationalization and localization are means of adapting
computer software for non-native environments, especially other nations and cultures. Internationalization is the process of ensuring that an application is capable of adapting to local requirements, for instance ensuring that the local
writing system can be displayed. Localization is the process of adapting the software to be as familiar as possible to a specific locale, by displaying text in the local language and using local conventions for the display of such things as units of measurement.
See more at Wikipedia.org...
internationalisation
Noun
1. the act of bringing something under international control
(synonym) internationalization
(hypernym) group action
(derivation) internationalize, internationalise
internationalisation (f)
n.
internationalization, act of making something international
internationalisation
<
programming> (i18n, globalisation, enabling, software enabling) The process and philosophy of making software portable to other
locales.
For successful
localisation, products must be technically and culturally neutral. Effective internationalisation reduces the time and resources required for localisation, improving time-to-market abroad and allowing
simultaneous shipment. In orther words, internationalisation abstracts out local details, localisation specifies those details for a particular locale.
Technically this may include allowing
double-byte character sets such as
unicode or Japanese, local numbering, date and currency formats, and other local format conventions.
It also includes the separation of
user interface text e.g. in
dialog boxes and
menus. All the text used by an application may be kept in a separate file or directory, so that it can be translated all at once. User interfaces may require more screen space for text in other languages.
The simplest form of internationalisation may be to make use of
operating system calls that format time, date and currency values according to the operating system's configuration.
The abbreviation i18n means "I - eighteen letters - N".
(1999-06-28)
(c) Copyright 1993 by Denis Howe