mumia
mumia

Reputation: 131

Changing symfony2 the routes on the fly

So i need some way of changing a route like this:

/en/route/to/action

to something like this:

/route/to/action

and, at the same time, setting the "en" as the current locale.

Can i use the "routing.loader" dic tac for this? Or is there another way?

Upvotes: 0

Views: 265

Answers (1)

Related Questions