Tuesday, July 8, 2014

How to set SQL Developer UI to English

Are you using SQL Developer in German/French/etc but you don't like and you want it back to English?It easy to do this!
Close all sql developer instances, locate the file sqldeveloper.conf (it's in the bin folder of your sqldevloper installation folder), open it with your favorite editor (mine is Notepad++) and add to the end this line:

AddVMOption -Duser.language=en

Restart sqldevelper and go back to work! :)




No comments:

Post a Comment

Your comment will be visible after approval.