Issues

 
18 of 18

Preferences in the user notifications incorrectly internationalized.

Fixed

Description

This happens because the texts are loaded into the kernel, upon application startup, and takes the language of the JVM. The text of the notifications, in the user preferences, always is shown in the same language, and ignore the language the user has selected.

We can see following this steps:

My JVM is started with Spanish.

  • If we enter with a user with Spanish language then we will see the notification preferences. See preferences_spanish_first.png.

  • Change the language to English.

  • The result will be what we see on the screen preferences_english_second.png

Attachments

5

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Created June 8, 2011 at 4:22 AM
Updated April 25, 2018 at 3:39 PM
Resolved June 5, 2013 at 12:44 AM

Activity

Sam OttenhoffJune 11, 2013 at 6:37 PM

1.3.x r125647

Yuki YamadaJune 5, 2013 at 8:00 AM

I tested and verified in English, Spanish, and Russian in sakai/trunk on Oracle - Built: 06/05/13 08:00 - Sakai Revision: 125466 (Kernel 1.4.0-SNAPSHOT)- Server sakai-nightly.uits.iupui.edu.
In Russian, although Matrices and Wizards are displayed in English, but it is because they have not been translated yet.

Hudson CI ServerJune 5, 2013 at 1:16 AM

Integrated in kernel-trunk #686 (See http://builds.sakaiproject.org:8080/job/kernel-trunk/686/)
localize UserNotificationPreferencesRegistrationImpl (Revision 125463)

Result = SUCCESS

Beth KirschnerJune 5, 2013 at 12:44 AM

Verified and committed Yuki's kernel-util patch from

Yuki YamadaSeptember 26, 2012 at 4:07 AM

This issue is the same as or SAK-22506.