> I tried to set ['Article']=>['locale'] in my form in the view and in > $this->data but it did not work.
You have to change (in controller) $this->Article->locale property. It defaults to null (autodetection), but you can set it to any locale string - see L10n::$__l10nMap ($locale => $language) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
