(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/embedding-locale.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/allos.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/node144.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 6.22.2 For extension writers Up: 6. Generic Operating System Next: 6.23.1 GNU gettext API
6.23 gettext -- Multilingual internationalization services
The gettext module provides internationalization (I18N) and localization (L10N) services for your Python modules and applications. It supports both the GNU gettext message catalog API and a higher level, class-based API that may be more appropriate for Python files. The interface described below allows you to write your module and application messages in one natural language, and provide a catalog of translated messages for running under different natural languages.
Some hints on localizing your Python modules and applications are also given.
Subsections
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/embedding-locale.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/allos.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/node144.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 6.22.2 For extension writers Up: 6. Generic Operating System Next: 6.23.1 GNU gettext API
See About this document... for information on suggesting changes.