this may be what you are looking for http://prototyp.ical.ly/index.php/2007/08/29/routing-international-urls-in-symfony/
have to use the included helper though. not all link_to()'s will do it automatically i dont think. in symfony 1.1 the routing factory is configurable so you will be able to just extend the class and modify a couple methods as needed so that anything that does link_to url_for etc will be i18n On Jun 3, 10:57 pm, simo <[EMAIL PROTECTED]> wrote: > Hi list, > > I'd like to know if an advanced rule of routing allows us to localize > URL. > > To be clear, I give you an exemple : > > depending on the sf_culture, I'd like to have > > myapp.com/user/myname > myapp.com/utilisateur/myname > > I haven't seen this on the doc, or maybe I 've just missed it. Many > thanks. > > simo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
