Generally, after a user is logged, the contents of the site are shown in the locale that the user chooses from an hypothetical account settings.
Where is that locale usually stored? In what way symfony2 handle it?
Im using FOSUserBundle, I expected a column called locale
exists in fos_user
table..