LoginSignup
1
0

More than 1 year has passed since last update.

How to start IM-Juggling/eBuilder in English language?

Last updated at Posted at 2021-12-24

Ojective

Change default language of IM-Juggling or eBuilder to English mode.

Background

I often forget how to configure this.
So try to keep it in the article.

IM-Juggling

Find juggling.ini and add 2 lines below in the end of the file.

-Duser.language=en
-Duser.country=JP

The "user.country" would be your location country code. (e.g. US, CN, TH, etc)

Example )

-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-vmargs
-Xmx1024m
-XX:MaxPermSize=128m
-Dfile.encoding=UTF-8
-Dosgi.instance.area.default=@user.home/juggling/workspace
-Duser.language=en
-Duser.country=JP

eBuilder

Find eBuilder.ini and add 2 lines below in the end of the file.

-Duser.language=en
-Duser.country=JP
1
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0