Hello, It look like the sfPropel::initialize isn't call at the right place. When the user is loaded and the culture is set (sf_culture) the event 'user.change_culture' is called, however the sfPropel::listenToChangeCultureEvent is not notified as it is not yet registered.
More over, in the action if I do : $this->getUser()->setCulture($culture); the sfPropel::listenToChangeCultureEvent is not notified. The sfPropel::initialize is initialized when the view is rendered. So with this issue the default language is used in Propel and not the one defined by the user. Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
