Hi
Thank you for reading my post.
How i can change the locale that a swing application is going to run by using runtime parameters ?
for example , my application is a jar file which has localization (using some .properties files)
Now i want to change the locale by passing some parameters to jvm
i used a batch file to run my application , something like :
java -jar ramina.jar
Now it just look at system locale , and execute the application based on system default locale , how i can change the locale of java when i call it.
Thanks