如何翻译GTK +应用程序?

pox*_*xip 5 c c++ gtk gettext internationalization

我想翻译用C++编写的GTK +应用程序.我没有任何想法从哪里开始,我听说过gettext(),但我不知道,我应该如何使用它.

Pau*_*aul 4

查看1.7 中的https://developer.gnome.org/gtk3/stable/gtk-question-index.html页面。他们解释了如何使用GNU gettext翻译您的应用程序。