We are struggling with a l10n problem in cakePHP. It seems that the default language is picked up from what is sent by the browser’s user agent. Is there a way to override this option, using a setting in core.php ?
Thanks
Regards
Gabriel
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your problem is about localization (l10n).
I think that the cookbook can help you : http://book.cakephp.org/view/1230/Localization-in-CakePHP
Regards