Hey!

I want to create a multi-language application using a route for the
language, something like: http://www.mysite.com/es/ or
http://www.mysite.com/en/ so I'm follow this tutorial:
http://www.m4d3l-network.com/2009/06/29/add-language-route-to-your-zend-framework-project/
but I have a problem with the url view helper, when you set
module/controller/action params in the url view helper those
parameters are not displayed when I echo the helper, I want
http://www.mysite.com/es/module/controller/action/params. This is what
I have:

Routes configuration:
http://pastie.org/pastes/710772

Translate resource:
http://pastie.org/pastes/710775

Url view helper:
http://pastie.org/pastes/710782

Thanks for any help.

Reply via email to