当前位置: 代码迷 >> SQL >> [转帖]怎么将SQL developer改成英文界面
  详细解决方案

[转帖]怎么将SQL developer改成英文界面

热度:11   发布时间:2016-05-05 12:14:56.0
[转帖]如何将SQL developer改成英文界面

After you download Oracle SQL developer 2.1,you will find it's all in chinese if you located in China.
there is one way to change it into english

1.find sqldeveloper.conf in location ../sqldeveloper/bin/sqldeveloper.conf

2.open it,and add below 2 item

  AddVMoption -Duser.language=en
  AddVMoption -Duser.country=US

3.save and run sql developer again,you will find the UI is all in english now.


引自于
http://blog.csdn.net/burnalex/article/details/6244206
  相关解决方案