eclipse - -Duser.language=zh doesn't work in ecilpse JUNO -


i use ubuntu 12.04 64 bits locale en_us.utf-8 (i muse use english locale). default key binding content assist in ecilpse ctrl+spacebar. want change alt+/ because ctrl+spacebar used activate chinese input method.

in previous eclipse version, add "-duser.language=zh" in bottom of eclipse.ini, , ecilpse change content assist key shortcuts alt+/. however, in latest eclipse (4.2 juno), takes no effects.

any idea? thanks.

instead of using -duser.language=zh in eclipse.ini, before --launcher argument add following options:

-nl zh_cn 

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -