Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Language and In...Language and In...Multilanguage supportMultilanguage support
Previous
 
Next
New Post
3/6/2008 6:54 AM
 

In dnn 4.7, some extra code was added to DotNetNuke.Modules.Admin.Authentication.Login (\admin\Authentication\Login.ascx.vb), in order to allow for correct language setting after user login.

In dnn 4.8.1, after the user is succesfully validated, he is redirected to the return url. This happens in line 534 of flie \admin\Authentication\Login.ascx.vb:

Response.Redirect(RedirectURL, True)

Here lies the pain. RedirectUrl is a protected property in the same class, so you can not reference it from another class. However, it contains some key functionality. From line 179:

'replace language parameter in querystring, to make sure that user will see page in correct language

If UserId <> -1 Then

      If User.Profile.PreferredLocale <> CultureInfo.CurrentCulture.Name Then

            _RedirectURL = UrlUtils.replaceQSParam(_RedirectURL, "language", User.Profile.PreferredLocale)

      End If

End If

What happens here is that the language parameter from the return url is changed into the preferred locale of the logged on user. If you are writing your own logon, you should at least mimic this behaviour, otherwise the user will not switch to the correct language.

 


Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
New Post
3/17/2008 12:19 AM
 

Hello Erik,

I have tried your suggestion and it works like a charm! Thank you very much for the info.

Uchitha.Submit

 
New Post
3/17/2008 1:11 AM
 

Thank you very much Erik , that was the trick.

I just mimic what you explained above, in my code and it is working perfectly.

 

 
New Post
5/7/2008 5:29 AM
 

Erik,

Sorry to write to you this way, but I am unable to contact you through email and I am not sure that you often check the MLHTML forum of your website.
Could you please have a look to the following problem with MLHTML and search ???

Thanks,
DV FX

 
New Post
5/7/2008 7:57 AM
 

DV FX,

Erik is on vacation until end of the week, i.e. please be patient.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Language and In...Language and In...Multilanguage supportMultilanguage support


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out