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

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -