I have started to work with Locale in Java 1.5 in Eclipse, and I want to write in the Command line to change the current Locale.
Command: locale en_US
Result : locale changed to en_US
Command: Quit
How do I get my command in the command line to trigger my method(s)?
-Mike
How about something like this:
Here is a link for more code examples: http://www.exampledepot.com/egs/java.util/SetDefLocale.html
Is this what you were looking for?