How to translate a GTK + application?

I want to translate a GTK + application written in C ++. I have no idea where to start, I heard about gettext (), but I don't know how to use it.

+5
source share
1 answer

Take a look at the page https://developer.gnome.org/gtk3/stable/gtk-question-index.html , in 1.7. in the paragraph, they explain how you can translate your applications using the GNU gettext .

+3
source

All Articles