How can I get english text using JOptionPane input dialog box?
Hello
I have tried the following code
JOptionPane.setDefaultLocale(Locale.ENGLISH);
FileName = JOptionPane.showInputDialog(_frame,"give the project name");
but I get french text "annuler" instead of "cancel"
How can I resolve this problem in order to get english text?
Thanks
Regards

