|
Dears, I'm trying to get the session language in v8 trunk and everything is fine except that request.session.get_context().get('lang', '') always returns en_US - because of the *or* clause of each lang detection method like the one in _fix_lang() method. If i change this *or* clause in _fix_lang to XYZ then request.session.get_context().get('lang', '') always returns XYZ . is this a bug or am i doing something wrong ? Regards, |
_______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

