Localization and Internationalization: Difference between revisions

Line 60: Line 60:
* Get text is the tool which is used for runtime internationalisation.
* Get text is the tool which is used for runtime internationalisation.
* Internationalisation is achieved in gettext through the following phases:
* Internationalisation is achieved in gettext through the following phases:
** Preparing source code for internationalisation
## Preparing source code for internationalisation
** Extraction process
## Extraction process
** Translation Process
## Translation Process
** Compilation of translation
## Compilation of translation
** Retrieval of translation
## Retrieval of translation


==Localization==
==Localization==