We have a problem on our site that the language is not consistent on all domains.
If you for instant is on .no and is viewing a page in norwigian, you can hit F5(refresh) multiple times and in 1 out of 5 loades the language will be in swedish.(?!)
The language is determined by the web.config file:
Hello.
We have a problem on our site that the language is not consistent on all domains.
If you for instant is on .no and is viewing a page in norwigian, you can hit F5(refresh) multiple times and in 1 out of 5 loades the language will be in swedish.(?!)
The language is determined by the web.config file:
<siteHosts>
<add name="www.site.se" language="sv" />
<add name="www.site.no" language="no" />
<add name="www.site.dk" language="da" />
</siteHosts>
Has anyone else encounter this and found a sulotion/reason for it?
Thanks in advance.
Anton