> [: Weng Xuetian :]
> I need to load the existing translation of this input method and use it
> KCM Module, and KDE's i18n series function seems not to have support like
> gettext's dgettext (google result says that). Should I use dgettext
> directly here?
The short answer is yes, use dgettext()
Hi everyone,
Actually I'm a little bit confused about KDE i18n system.
I'm a input method developer and I currently trying to develop a KCM
module for this input method.
I need to load the existing translation of this input method and use it
KCM Module, and KDE's i18n series function seems not to