Hi All
We are using the new extension in a university setting for students to learn Oracle. Many of the students are international but studying here in Australia - they are on campus (we are in Australia).
Despite having the VS Code language set to ENGLISH and every language setting I can find in the SQL Developer extension set to ENGLISH, students are still receiving output in their native language. Their laptops are in their native language and for many cannot be changed due to their supported OS. The issue is, for example:
SQL>
SQL> DROP TABLE admission CASCADE CONSTRAINTS;
Table ADMISSION已删除。
SQL>
SQL> DROP TABLE bed CASCADE CONSTRAINTS;
Table BED已删除。
Can anyone help with advice on how to address this?
This was not an issue with Oracle Developer Tools for VS Code or the SQL Developer app at least once the language was set.
Is there some setting I am missing?
Lindsay.