https://issues.apache.org/bugzilla/show_bug.cgi?id=47127
kamil <kamil.ku...@ser-solutions.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from kamil <kamil.ku...@ser-solutions.pl> 2009-04-30 04:37:42 PST --- Hi Sebb, I'm selecting current locale in Start > Control Panel > Regional Settings > first tab: Regional Options (and Advanced). I'm not passing JVM options -Duser.language=pl -Duser.region=PL to alter default (polish) locale, which I've set in What variable isDefault actually stores is information 'isEnglish' (check line #308). That may puzzle a bit. I've checked three computers (two Windows XP PL and one Windows 2000 Server PL) and Locale.getDefault() returns: Default locale: pl_PL. Cordially, Kamil ................................ // Code used to check for default locale import java.util.Locale; public class PrintLoc { public static void main(String[] args) { System.out.println("Default locale: " + Locale.getDefault()); } } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org