Niclas Hedhman wrote:
         // Test "language" locale (or empty - if language is "")
-        testLocale = new Locale(locale.getLanguage());
+        testLocale = new Locale(locale.getLanguage(), locale.getCountry());

Applied - but this part was not correct.

Thanks,
Vadim

Reply via email to