How to change system locale in batch -


so trying make kirikiri(japanese virtual novel creator) novel won't run unless system locale japanese.

i know how manually; create program writing in batch speed things up.

you can set command line this:

java -duser.country=ca -duser.language=fr ... com.x.main 

Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -