blob: 818f129f553d4d15803da8b25c7b55999d93cf97 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _i18n:
2
3********************
4Internationalization
5********************
6
7The modules described in this chapter help you write software that is
8independent of language and locale by providing mechanisms for selecting a
9language to be used in program messages or by tailoring output to match local
10conventions.
11
12The list of modules described in this chapter is:
13
14
15.. toctree::
16
17 gettext.rst
18 locale.rst