I think the best way is use cake-related links with _() function. For
example: array('controller' => _('pages', true), 'view' => _
('display', true)) and then deal with the links in routes file.What do you think? Did you handle this issue? On Oct 2, 1:50 pm, Sliv <[EMAIL PROTECTED]> wrote: > > The best way is to localize the *content* on all your pages, and leave > > the URLs alone. > > I agree, but I've worked on projects where the client and/or project > manager is adamant about localizing the URL's as well :/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
