firstDaysOfWeek.put(Locale.JAPANESE.toString(), "\u65E5");
firstDaysOfWeek.put(Locale.ITALIAN.toString(), "lun");
TabSetInspector localeChanger = tabSet("formID:localeChanger");
checkValues(Locale.ENGLISH.toString());
localeChanger.tabs().get(1).clickAndWait();
checkValues(Locale.FRENCH.toString());
localeChanger.tabs().get(2).clickAndWait();
checkValues(Locale.GERMAN.toString());
/* this used to work locally but failing on the server (command timed out + some japanese/italian locale issue)
-- uncomment and see what might be wrong