Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6708417
Votes 0
Synopsis On Chinese OS Applet string is appearing in English
Category java:localization
Reported Against
Release Fixed 6u12(b01)
State 11-Closed, Verified, bug
Priority: 4-Low
Related Bugs
Submit Date 29-MAY-2008
Description
FULL JDK VERSION:
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode)

DESCRIPTION:
This problem Happens on a Chinese Operating System. If Chinese is not available, perform the following steps to see the problem:

a. Launch the Regional And Language Settings from the control panel
     All Programs - > ControlPanel -> Regional and Language Settings
b. Select "Chinese (PRC)" in the  Regional Option Tab
c. Select Apply and ok

1. Install latest Java 6 JRE and set the path
2. Launch the applet version of the demo using the following command
     %JAVA_HOME%\bin\appletviewer.exe %JAVA_HOME%\demo\jfc\Java2D\Java2Demo.html
3. The "Applet" menu bar string will appear in English. All the other
   menu items appear in Chinese.

Expected Result:
Applet menu bar string should appear in Chinese.
Posted Date : 2008-05-29 12:45:14.0
Work Around
N/A
Evaluation
src/share/classes/sun/applet/resources/MsgAppletViewer_zh_CN.java
includes non-localized "appletviewer.menu.applet" entry; transferring the bug to localization subcategory.
Posted Date : 2008-09-08 09:35:49.0

Will fix it in 6u11.
Posted Date : 2008-09-09 04:57:49.0

Engineering risk is very low. There is only resource file change.
Posted Date : 2008-10-29 09:10:12.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang