-
Bug
-
Resolution: Fixed
-
P3
-
6
-
rc
-
generic
-
generic
In Locale.setDefault() method, there is the method description that reads:
"Since changing the default locale may affect many different areas of functionality, this method should only be used if the caller is prepared to reinitialize locale-sensitive code running within the same Java Virtual Machine, such as the user interface."
But in fact, the user interface is not affected by changing the default locale. This part should be removed.
"Since changing the default locale may affect many different areas of functionality, this method should only be used if the caller is prepared to reinitialize locale-sensitive code running within the same Java Virtual Machine, such as the user interface."
But in fact, the user interface is not affected by changing the default locale. This part should be removed.
- relates to
-
JDK-6292739 Locale change at runtime doesn't affect text displayed for accelerator keys
-
- Open
-