23. 国际化
**********

本章中介绍的模块通过提供选择要在程序信息中使用的语言的机制或通过定制输
出以匹配本地约定来帮助你编写不依赖于语言和区域设置的软件。

本章中描述的模块列表是：

* 23.1. "gettext" --- 多语种国际化服务

  * 23.1.1. GNU **gettext** API

  * 23.1.2. 基于类的 API

    * 23.1.2.1. "NullTranslations" 类

    * 23.1.2.2. "GNUTranslations" 类

    * 23.1.2.3. Solaris 消息编目支持

    * 23.1.2.4. 编目构造器

  * 23.1.3. 国际化 (I18N) 你的程序和模块

    * 23.1.3.1. 本地化你的模块

    * 23.1.3.2. 本地化你的应用程序

    * 23.1.3.3. 即时更改语言

    * 23.1.3.4. 延迟翻译

  * 23.1.4. 致谢

* 23.2. "locale" --- 国际化服务

  * 23.2.1. Background, details, hints, tips and caveats

  * 23.2.2. For extension writers and programs that embed Python

  * 23.2.3. Access to message catalogs
