You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.
I need to make a change when the module sets the user preferredLocale, we need to set this property to the current culture insted of PortalSettings.DefaultLanguage line 470
I need to make a change when the module sets the user preferredLocale, we need to set this property to the current culture insted of PortalSettings.DefaultLanguage line 470
oUser.Profile.PreferredLocale = System.Threading.Thread.CurrentThread.CurrentCulture.ToString()
I suggest you to make this change in your code.
The text was updated successfully, but these errors were encountered: