HI,
I'm trying to get two locales at the same view (static content with
__() function ). I have try using code like this:
uses('L10n');
$this->L10n = new L10n();
and then
$this->L10n->get($language);
to switch, but it doesn't work. I don't know if is possible.
(I have manage to get dinamic content in the two languages with a
custom behavior)
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---