174175176177178179180181182183184
case 1: locale = new Locale(tokens[0]); break; default: throw new CommandLineException("Bad value for locale."); } } return locale; }