June 2017
Intermediate to advanced
1456 pages
48h 27m
English
Python comes with two modules for preparing an application to work with multiple natural languages and cultural settings. gettext (page 1003) is used to create message catalogs in different languages, so that prompts and error messages can be displayed in a language that the user can understand. locale (page 1012) changes the way numbers, currency, dates, and times are formatted to take into account cultural differences such as how negative values are indicated and what the local currency symbol is. Both modules interface with other tools and the operating environment so that the Python application will fit in with all of the other programs on the system.
The gettext ...
Read now
Unlock full access