Hi, I've added i18n to my application, following the steps described on the wiki (http://webpy.org/cookbook/i18n_support_in_template_file). I need to change the app language on the fly, so I've added a view that runs language.install() for a specific language, but that doesn't translates the string to the newly selected language.
i18n just works if I run install() on the language when the application starts. Is my approach right? If not, how should I proceed? >From what I can think, _ instance is different for each language so there's a namespace problem somewhere.. just to be sure I'm using gettext properly, testing on the python console works as expected. Thanks, -- Arnaldo M Pereira --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
