This question has been flagged
4 Replies
5058 Views

I want to change default language on the login page. Now when new user comes in he have english by default on the login page and only after he login he gets his prefered language.
How do I fix this?

Avatar
Discard
Best Answer

Hello everyone DO you find a way for do it?


Avatar
Discard
Best Answer

Hi! Any success with this problem? I am facing with this problem, too.

Avatar
Discard
Best Answer

hi 

in OpenERP v6 in the path addons/base/res/res_users.py,

the default value for context_lang is 'en_US', you can change it to your language.

but I don't know in odoo, sorry. 


Avatar
Discard
Best Answer

You need change the preference's on each user. Go to Settings->User and change it

Avatar
Discard
Author

Preferences are set but Odoo isn’t a seer and does not know which user visited the site if he has not logged in yet. I want to change default language so all visitors - even without account - would get that language.