KI18n C++ Classes
Advanced internationalization framework. More...
Namespaces
Namespace containing helpers for localization | |
Global constants and functions related to KUIT markup |
Classes
Lazy-initialized variant of KLocalizedString | |
Class for producing and handling localized messages | |
A QTranslator using KLocalizedString for translations | |
Class for modifying KUIT markup in a given domain |
Detailed Description
KI18n provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system. It wraps the standard Gettext functionality, so that the programmers and translators can use the familiar Gettext tools and workflows.
KI18n provides additional functionality as well, for both programmers and translators, which can help to achieve a higher overall quality of source and translated text. This includes argument capturing, customizable markup, and translation scripting.