Hello, we are using DNN 6.1.5. and we are using content localization for our site. But we have some problems with the function Enable Browser Language Detection? (Admin, Languages)
I cannot we cannot enable or disable this function with the checkbox. But I believe this is an know error?
I try to change the Browser Language Detection by changing the portal settings using this sql command:
UPDATE [dbo].[PortalSettings]
SET SettingValue = 'False'
WHERE [SettingName] = 'EnableBrowserLanguage' AND PortalID=7
(Make sure you change the portalid to the portalid of your site AND make sure you have a backup)
But after changing this setting, the website displays not display the content in the language as configured as Site Default. (In my case English). Instead it displays the wrong language for the content and the menu. In my case in dutch. (other controls work normally). Even when the secondary language is NOT active under Content Localization. It still display the content of the secondary language.
Tthe secondary language is only Enabled, not active. (See Admin, Languages)The only solution is to disable the secondary language. Only then the portal is displayed in the language that is specified as the Site Default. In my case English. But when you disable the secondary language you cannot access the pages to translate them anymore ;-(
Is this a bug? Or do I missed something here? Maybe any tips?