getKeyText() always in English? [Solved]
Is it possible to get the String KeyEvent's getKeyText() returns to always be in English? The documentation says that it "can be localized by changing the awt.properties file" but I haven't really figured out how. I also guess it only changes the values when running the program on my computer and I want it to be in English wherever and whenever I run it. Can it be solved using Locale or something?
Any help would be appreciated!




Locale.setDefault(new Locale("en", "us"));