Hi Felix!
> ...it's also not possible to do language url's like:
> /{lang}/controller/action with the normal routing class
it is surely not perfect solution, but it works:
$Route->connect('/en_US/:controller/:action/*', array('locale' =>
'en_US'));
// $controller->params['locale'] == 'en_US'
:)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---