Logo

上個主題

colorsys --- 顏色系統間的轉換

下個主題

gettext --- 多语种国际化服务

此頁面

  • 回報錯誤
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • python logo
  • Python »
  • 3.11.2 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 國際化
  • |

國際化¶

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

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

  • gettext --- 多语种国际化服务
    • GNU gettext API
    • 基于类的 API
      • NullTranslations 类
      • GNUTranslations 类
      • Solaris 消息编目支持
      • 编目构造器
    • 国际化 (I18N) 你的程序和模块
      • 本地化你的模块
      • 本地化你的应用程序
      • 即时更改语言
      • 延迟翻译
    • 致謝
  • locale --- 国际化服务
    • 背景、细节、提示、技巧和注意事项
    • 针对扩展程序编写人员和嵌入Python 运行的程序
    • 访问消息目录

上個主題

colorsys --- 顏色系統間的轉換

下個主題

gettext --- 多语种国际化服务

此頁面

  • 回報錯誤
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • python logo
  • Python »
  • 3.11.2 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 國際化
  • |
© 版權 2001-2023, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

最後更新於 3月 23, 2023。 Found a bug?
使用 Sphinx 4.5.0 建立。