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?
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to