-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
7
-
None
-
generic, x86
-
generic, windows_7
Found while running Eclipse, and Mission control on a computer with swedish locale. Timestamps use the us format: "8.45AM" instead of the swedish "08.45".
Java repro:
import java.util.Locale;
public class LocaleDefaultTest {
public static void main(String[] args) {
System.out.println(Locale.getDefault());
}
}
On my computer it will print out "sv_SE" with jdk6 and "en_US" with jdk7-137.
Windows 7, x64 computer.
Java repro:
import java.util.Locale;
public class LocaleDefaultTest {
public static void main(String[] args) {
System.out.println(Locale.getDefault());
}
}
On my computer it will print out "sv_SE" with jdk6 and "en_US" with jdk7-137.
Windows 7, x64 computer.
- duplicates
-
JDK-7093934 Locale#getDefault returns the wrong locale
- Closed
- relates to
-
JDK-4700857 RFE: separating user locale and user interface locale
- Closed