https://github.com/python/cpython
Raw File
Tip revision: 9d38120e335357a3b294277fd5eff0a10e46e043 authored by Pablo Galindo on 23 March 2022, 20:10:25 UTC
Python 3.10.4
Tip revision: 9d38120
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