If following code at top of app/config/bootstrap.php doesn't show same
results in both your browsers, it could be some bug in l10n
autodetection - could you check that?

App::import('Core', 'i18n');
$I18n =& I18n::getInstance();
$I18n->l10n->get();
die($I18n->l10n->locale);

If it shows same locale all the time, then confirm you are not setting
Configure::write('Config.language', ...) or $this->SomeModel->locale
= ... somewhere in your code, please.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to