Hello jitka. Thank you a lot.
Yesterday I found solution, my routes.php loks like:
$Route->connect('/', array('controller' => 'about', 'action' => 'ru',
'about'));
$Route->connect('/about/*', array('controller' => 'about', 'action' =>
'ru'));
$Route->connect('/en/*', array('controller' => 'about', 'action' =>
'en'));
$Route->connect('/ru/*', array('controller' => 'about', 'action' =>
'ru'));

And I have a corespondent views ru.thtml and en.thtml
I know I will need a lot of views ... ;)

@jitka Your way is not so clear for me right now. but i am going to
try to understand it. thank you again.

On Mar 15, 2:55 pm, "jitka" <[EMAIL PROTECTED]> wrote:
> Oh, I am sorry, I wrote this right here - use '/'.CAKE_ADMIN.'/' in
> admin routes for url, off course.
>
> @drizzle
> I assume You didn't asked for I18n, just for routes ;) If You're
> looking for file-based I18n then You should use 1.2 and search this
> group.


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to