Op 31-01-13 09:07, tugba deniz schreef:
2013/1/31 tugba deniz <[email protected] <mailto:[email protected]>>Hi, i used gettext for language support. I created messages.py for messages. messages.py like this bindtextdomain("messages", :path => "locale") GetText.set_locale(choice) FILE = _("File") ..... First choice is "en". After user want to change choice and choice is "de". But window don't show changes of language. Why? How can i set it? And also again i use window.show_all for refresh. But it didn't change :(
Maybe you should show us a minimal working exaple. The above code snippet isn't even correct Python. :path =>? What is choice? What is GetText?
Timo
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
