hi
i want to have my routes follow this format www.domain.name/language/controller/action/etc so for english we have www.domain.name/en/products/list/etc for italian we have www.domain.name/it/prodotti/listino/etc if i call www.domain.name/it/products/list/etc should not work
i'm not sure how to explain better
is this kind of thing possible with phalcon ? how would you do this ?
thanks in advance for any help