Zend Framework 2 - translating routes
问题 I am wondering if it is possible to use translational tools for routes/uris in zf2. I want for example the route en.domain.tld/article/show/1 to translate for example to de.domain.tld/artikel/anzeigen/1 . I don't think regex is the way to go here, because it could result in something like en.domain.tld/artikel/show/1 . Also I want to avoid creating routes for every language, because it is going to get quite messy as the system scales. 回答1: I was able to get it working! First, add a 'router