Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: 906e26e897b4b2e4b938c65fc4cf9d3b13fa069d authored by Martin v. Löwis on 14 January 2010, 17:41:58 UTC
Prepare for 2.5.5c1.
Tip revision: 906e26e
i18n.tex
\chapter{Internationalization}
\label{i18n}

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:

\localmoduletable
back to top