Hi, I would do something similar to this in PHP:
http://mysite.com/en/museum/gallery/garden
http://mysite.com/es/museo/galeria/jardin
It's possible? How can I route the controllers / views using multiple languages?
I was wondering if it could be possible with gettext, translating the url automatically, depending on the selected language...
Any ideas?
Thank you