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...localization in PageBase.vblocalization in PageBase.vb
Previous
 
Next
New Post
12/1/2008 7:49 AM
 
I think this may be a problem, someone verify it please.
In PageBase.vb PageCulture method, the resolution of a CultureInfo for the logged in user checks LocaleIsEnabled(preferredLocale) when it should be LocaleIsEnabled(objUserInfo.Profile.PreferredLocale).  The preferredLocal was already tested against in a previous code block...
 
 
            If ci Is Nothing Then
                    ' next try to get the preferred language of the logged on user
                    Dim objUserInfo As UserInfo = UserController.GetCurrentUserInfo
                    If objUserInfo.UserID <> -1 Then
                        If objUserInfo.Profile.PreferredLocale <> "" Then
                            If Services.Localization.Localization.LocaleIsEnabled(preferredLocale) Then
                                ci = New CultureInfo(objUserInfo.Profile.PreferredLocale)
                            Else
                                If preferredLanguage = "" Then
                                    preferredLanguage = objUserInfo.Profile.PreferredLocale.Split("-"c)(0)
                                End If
                            End If
                        End If
                    End If
                End If
 
 
New Post
12/1/2008 9:31 AM
 

Please log this is Gemini (support.dotnetnuke.com) - issues mentioned here get easily lost.


Charles Nurse
Chief Architect
Evoq Content Team Lead,
DNN Corp.

Want to contribute to the Platform project? - See here
MVP (ASP.NET) and
ASPInsiders Member
View my profile on LinkedIn
 
New Post
12/15/2008 1:26 AM
 

Charles Nurse wrote

Please log this is Gemini (support.dotnetnuke.com) - issues mentioned here get easily lost.

 

hello charles,

how are you doing.

need little help,i have a multilingual site( english and arabic) but when i login with lauguage=ar-KW in addressbar it is taking me to to language=en-US.

there is a language coming in querysting and i am redirecting it depending on the language as the user login.

 

 
New Post
12/15/2008 3:07 AM
 
I am reasonably sure this is not a bug, but i will do a review of the code tonight.... Hakeem, please do not change thread topic ... i see you already started a new thread with your new question. Please appreciate that it is extremely difficult for us to keep track of all questions in this forum if they are crossposted as well....

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

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

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Language and In...Language and In...localization in PageBase.vblocalization in PageBase.vb


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