Hi all,
I've got a bit of a problem, some messages (very few) appear in German when using the api's. For example:
JOptionPane.showConfirmDialog(ownedFrom, "Are you sure you want to close this case?","Close requester",JOptionPane.YES_NO_OPTION)
Comes up as a "Ja" and "Nein" option instead of "Yes" and "No".
Is there anyway I can acheive consistency throughout my code? As mentioned before it's only for some messages.
It should be noted that I'm currently in Switzerland where a lot of things are German, but I have all my *known* options set on English.
Thanks in advance for any replies.
-Naveen