mstraczkowski
mstraczkowski

Reputation: 69

Zend Framework 2 - Translated Routes

is there any solution to make translated routes in Zend Framework 2?

For example I need to do routes:

/en_US/orders/show/
/pl_PL/zamowienia/pokaz/
/de_DE/germany_orders/germany_show

How can I make it ?

Thanks at all

Upvotes: 2

Views: 263

Answers (1)

DASPRiD
DASPRiD

Reputation: 1683

This feature is not implemented yet, but will most likely follow with ZF 2.2

Upvotes: 1

Related Questions