hi,

I created the folder /app/locale/deu/LC_MESSAGES/default.po

In my app_controller i set
uses('L10n');
before the class call

and within beforeFilter():

                $this->Session->write('Config.language', "deu");

Now, i thought, all __() constructs would be translated with the po
file.

But nothing happens.

How can I debug this?


Greetings,
Alexander
--~--~---------~--~----~------------~-------~--~----~
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