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 | |||
## Extraction process | |||
## Translation Process | |||
## Compilation of translation | |||
## Retrieval of translation | |||
==Localization== | ==Localization== | ||