Uranium
Application Framework
|
Wraps a gettext translation catalog for simplified use. More...
Wraps a gettext translation catalog for simplified use.
This class wraps a gettext translation catalog to simplify its use. It will load the translation catalog from Resources' i18nLocation and allows specifying which language to load.
To use this class, create an instance of it with the name of the catalog to load. Then call i18n
or i18nc
on the instance to perform a look up in the catalog.
The translation system relies upon a set of standard contexts and HTML-like translation tags. Please see the translation guide for details.