[fw-general] Translation of URI segments in ZF2

2012-06-28 Thread Jonathan Maron
Hello all Continuing my testing of ZF2 beta4, I have come across the requirement to translate the segments of a Zend\Navigation\Page\Uri. I am trying to route the following URIs: /en_US/products/cameras/ <-- translated segments /de_DE/produkte/kameras/ /fr_FR/produits/cameras/ /zh_CN/products/

Re: [fw-general] Translation of URI segments in ZF2

2012-06-29 Thread Jonathan Maron
On Fri, Jun 29, 2012 at 9:51 AM, Jurian Sluiman wrote: > 2012/6/29 Jonathan Maron >> >> How do I go about routing /de_DE/produkte/kameras/ to the same >> controller and action? >> >> Currently, the documentation at http://j.mp/LyK8Kp describes the >> "translation of labels and titles", but not of