Duplicate :
|
Name: mf23781 Date: 10/01/98 *Symptoms: JDK 1.1.7 returns "locale=cs_CZECH REPUBLIC" "locale=sl_SLOVENIA" on WinNT 4.0. Other java platforms are supposed to return cs_CZ and sl_SL. *Test case: import java.util.Locale; public class TestLocale { public static void main(String[] args) { System.out.println("Locale.getDefault() = "+-Locale.getDefault()); } } ======================================================================
|