I want to change my Regional Language Settings by java programming..
I want to Change my Language to Arabic while running the program and Change back to English(default ) while exit the program.
I tried out wth below code.. but couldnt make it.
Locale.setDefau lt(new Locale("ar", "SA"));
this code is not working. I hope that someone can help me..
thanx in...