Localization and Internationalization: Difference between revisions
→Internationalization: gettext |
|||
| Line 56: | Line 56: | ||
Usually people wont ask for internationalized softwares, but they expect that the software follows their local conventions correctly. | Usually people wont ask for internationalized softwares, but they expect that the software follows their local conventions correctly. | ||
'''Gettext''' | |||
# Get text is the tool which is used for runtime internationalisation. | |||
# 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== | ||