Staging
v0.5.1
https://github.com/python/cpython
Revision 26da920001941b0cd74981772924a6aab4d2881a authored by Benjamin Peterson on 21 February 2012, 16:08:50 UTC, committed by Benjamin Peterson on 21 February 2012, 16:08:50 UTC
1 parent b69fa1f
Raw File
Tip revision: 26da920001941b0cd74981772924a6aab4d2881a authored by Benjamin Peterson on 21 February 2012, 16:08:50 UTC
ensure no one tries to hash things before the random seed is found
Tip revision: 26da920
i18n.rst

.. _i18n:

********************
Internationalization
********************

The modules described in this chapter help you write software that is
independent of language and locale by providing mechanisms for selecting a
language to be used in  program messages or by tailoring output to match local
conventions.

The list of modules described in this chapter is:


.. toctree::

   gettext.rst
   locale.rst
back to top