I have specific problem with Zend Framework (1.12) - url helper.
I have site, divided by languages in this form:
/en/contact /de/gallery/gal1
etc..
I have changed router to accept first parameter as variable and it's accessible by GET.
How can I set URL helper to follow this guideline and pass this variable before controller in URL ? (I'm not using modules).
Many thanks. Ivan