Run-time render changing issue in web browsers

2009-10-11 Thread Zhang Huangbin
, not in IE and firefox 3. How can i solve this issue? [1] webpy framework: http://webpy.org/ -- Best Regards. Zhang Huangbin - Open Source Mail Server Solution for Red Hat(R) Enterprise Linux, CentOS, Debian, Ubuntu: http://www.iredmail.org

Re: Run-time render changing issue in web browsers

2009-10-19 Thread Zhang Huangbin
Hi, Armin. On Oct 12, 4:23 pm, Armin Ronacher armin.ronac...@active-4.com wrote: Something like this:     @contextfilter     def template_gettext(context, string):         language = context['LANGUAGE']         return get_translator_for(language).ugettext(string)     @contextfilter    

Re: Run-time render changing issue in web browsers

2009-10-22 Thread Zhang Huangbin
Solved: http://webpy.org/cookbook/runtime-language-switch Thanks :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pocoo-libs group. To post to this group, send email to pocoo-libs@googlegroups.com To unsubscribe