Hi,
I have recently update 2 DNN portals to 04.08.02, the first in english and the other in french that they are childs of the same root portal.
In each site I have a link to pass through the other one.
If i open the site directly writing url address, it works fine. But when i click the link to open the other site, menù, modules, ecc are loaded in the correct language but Login, Register (and controlling the sourcecode, everything about login and users) are in the wrong language.
I know it's stupid create more portals for more languages when we can use a multilanguage cms, but for storical reasons we must do this in this way. In past i have modify the dnn core because i need to set the language only from portalsettings and never from usersetting. I remember I did this in 1 line of code, changing the control that set the user language as default, after the user's login. Now I do it again, after have updated DNN, but i have the impression that somethings change in localization.
I try to use this methode: Localization.SetLanguage(PortalSettings.DefaultLanguage)
(Debugging it seems to be the correct way - PortalSettings.DefaultLanguage is always correct)
I think SetLanguage set the language in cookie or other kind of variable or parameter that was read to select the correct .resx file. It works but with the problem when i change portal.
Can someone help me?
Thanks
Ellis