[Java-gnome-developer] I18n documentation
Brought to you by:
afcowie
From: Emmanuel R. <emm...@gm...> - 2009-01-24 11:05:46
|
Hi, I was reading the documentation for I18n (doc http://java-gnome.sourceforge.net/4.0/doc/api/org/freedesktop/bindings/Internationalization.html) and I think that the initialization of of gettext has a mistake. The code sample shows: public void main(String[] args) { Gtk.init(args); Initialization.init("myapp", "share/locale/"); ... } But shouldn't the class be "Internationalization" instead of "Initialization"? I don't have the java-gnome bindings so I can't test the code. Emmanuel |