Localization and Internationalization: Difference between revisions

Line 58: Line 58:
   
   
'''Gettext'''
'''Gettext'''
# 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==