Forums / Developer / Language when user is logged in
Sergi A
Thursday 12 August 2010 2:00:35 am
Hello!
i'm working on a multilingual website (Catalan, Spanish, English, French), which is working fine when browsing it as an anonymous user. However, I don't understand why when i'm logged in the locale used is not the one indicated in the siteaccess, but it's always Catalan.
I access the locale used on the template {ezini('RegionalSettings','Locale')} and it is correct, but the content is shown in Catalan. When I say content I don't mean content-object but the locale used for the i18n translation library.
Can anyone throw some light here please?
Thanks!
Sergi.
viraj hoober
Thursday 12 August 2010 4:40:45 am
Hi sergi,
I think the answer lies in the settings/siteaccess/.../site.ini.append.php
Was having same problem. Set the language for the siteaccess as prioritize followed by others. The language for the specific siteaccess should be set to the first position. Hope it helps