Hi All, How do I modify the mako template path per request. I'm serving up multiple languages and and I have the i18n stuff working. However some of the markup needs to also vary depending on the language. so during the request cycle I want to change the path to something like path = ['/myapp/templates/fr','/myapp/templates/default'] in order to pickup a language customized template if it is there and take the default if it is not.
Thanks, Kai --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
