Hi

 

I want to prefix the usual <module>/<controller>/<action> URL route with a
language ID. 

 

So for example, www.mydomain.com/news/view/item would become
www.mydomain.com/en/news/view/item or www.mydomain.com/de/news/view/item
depending on the language being viewed. I'm unsure of how to achieve this. I
have been through the manual pages regarding this sort of thing for the
front controller but I can't seem to get it working. I'm using a
Conventional Modular Directory Structure so would this mean I have to
specify a custom route for each module?

 

Regards.

Jon

Reply via email to