Hello,

I am new to web2py and I am working on multi-language site using this
framework. What is the best way to structure URLs for such site?
Previously I used this scheme (see below) in Pylons framework, it was
mapped using routing module to "lang" parameter and then correct
language was set up just before selected controller function (by URL)
was called. What I need to do to use this scheme in web2py or what is
the recommended way to do this?

/en/about/
/en/products/
...
/de/about/
/de/products/
...
/es/about/
/es/products/
...


Jiri


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to