Re: gettext switch language on the fly

2011-07-29 Thread Peter Irbizon
hello Chris, I am using pygtk. 2011/7/29 Chris Rebert > On Thu, Jul 28, 2011 at 6:20 PM, Peter Irbizon > wrote: > > hello, > > I am using gettext fo localization > > > Now I would like to switch all texts in my app when I click on item in > menu. > > Unfortunatelly this not switch texts immed

Re: gettext switch language on the fly

2011-07-28 Thread Chris Rebert
On Thu, Jul 28, 2011 at 6:20 PM, Peter Irbizon wrote: > hello, > I am using gettext fo localization > Now I would like to switch all texts in my app when I click on item in menu. > Unfortunatelly this not switch texts immediately. How can I do this? Which GUI toolkit are you using? Cheers, Chri