Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have downloaded a copy at http://mergedoc.sourceforge.jp/ eclipse 3.7, but this IDE is Japanese, I want to change it into English, anyone can help me?

http://i.stack.imgur.com/MJNgJ.png

share|improve this question
1  
Why didn't you download an English copy instead? – CoolBeans Feb 29 '12 at 2:43

2 Answers

add the -Duser.language=en parameter in the eclipse.ini file

share|improve this answer
I did as above but it has no effect at all – user1239237 Feb 29 '12 at 3:47
are you sure you put it after the -vmargs line in the eclipse.ini file ? Can you post your eclipse.ini file ? – webpat Feb 29 '12 at 4:02
this is content eclipse.ini -startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502 -product org.eclipse.epp.package.jee.product --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx512m -javaagent:dropins/MergeDoc/eclipse/plugins/jp.sourceforge.mergedoc.pleiades/ple‌​iades.jar – user1239237 Feb 29 '12 at 5:13

You can put the following parameter in your eclipse.ini file, before the -vmargs params :

-nl
en
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.