首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

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

2013-05-02 
[转帖]如何将SQL developer改成英文界面After you download Oracle SQL developer 2.1,you will find its

[转帖]如何将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

热点排行