瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • zh_TW 3.7.0 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • |

24. 國際化¶

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:

  • 24.1. gettext — Multilingual internationalization services
    • 24.1.1. GNU gettext API
    • 24.1.2. Class-based API
      • 24.1.2.1. The NullTranslations class
      • 24.1.2.2. The GNUTranslations class
      • 24.1.2.3. Solaris message catalog support
      • 24.1.2.4. The Catalog constructor
    • 24.1.3. Internationalizing your programs and modules
      • 24.1.3.1. Localizing your module
      • 24.1.3.2. Localizing your application
      • 24.1.3.3. Changing languages on the fly
      • 24.1.3.4. Deferred translations
    • 24.1.4. Acknowledgements
  • 24.2. locale — Internationalization services
    • 24.2.1. Background, details, hints, tips and caveats
    • 24.2.2. For extension writers and programs that embed Python
    • 24.2.3. Access to message catalogs

上個主題

23.9. ossaudiodev — Access to OSS-compatible audio devices

下個主題

24.1. gettext — Multilingual internationalization services

This Page

  • Report a Bug
  • Show Source

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • zh_TW 3.7.0 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • |
© Copyright 2001-2018, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on 8月 22, 2018. Found a bug?
Created using Sphinx 1.7.7.