Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to translate a GTK+ app?

I want to translate my GTK+ application written in C++. I don not have any ideas where to start, I heard about gettext(), but I don't know, how should I use it.

like image 532
poxip Avatar asked Apr 24 '13 10:04

poxip


1 Answers

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

like image 151
Paul Avatar answered Nov 02 '22 19:11

Paul