见 Qt 国际化 for information on how to use these classes in your applications.
| QInputContext | Abstracts the input method dependent data and composing state |
| QLocale | 在数字及其各种语言的字符串表示之间转换 |
| QSystemLocale | Can be used to finetune the system locale of the user |
| QTextCodec | 在文本编码间转换 |
| QTextDecoder | 基于状态的解码器 |
| QTextEncoder | 基于状态的编码器 |
| QTranslator | 用于文本输出的国际化支持 |