Issue #5170: Fixed regression caused when fixing #5768.
[python.git] / Doc / library / i18n.rst
blob8e5710254c9e3336248aac969ebecc41d0f3e58f
2 .. _i18n:
4 ********************
5 Internationalization
6 ********************
8 The modules described in this chapter help you write software that is
9 independent of language and locale by providing mechanisms for selecting a
10 language to be used in  program messages or by tailoring output to match local
11 conventions.
13 The list of modules described in this chapter is:
16 .. toctree::
18    gettext.rst
19    locale.rst