jung6717 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

IDE only partly internationalized #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Standard java dialogs (File-open,Print) are displayed in the local language 
while the rest of the IDE displays in english.

On what operatingsystem? 
Linux Windows

Fix locale to English on startup, or i18n the whole IDE

Eberhard

Original issue reported on code.google.com by e.fa...@wayoda.org on 15 Jun 2009 at 7:40

GoogleCodeExporter commented 9 years ago
Is it possible to specify that the standard OS dialogs should appear in 
English?  How?

Internationalizing the IDE is a separate and bigger issue.

Original comment by dmel...@gmail.com on 15 Jun 2009 at 8:23

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 15 Jun 2009 at 8:31

GoogleCodeExporter commented 9 years ago
>> Is it possible to specify that the standard OS dialogs should appear in 
English? 

put this line into the main-function of class processing.app.Base

[code]
//make sure all standard dialogs use english labels
Locale.setDefault(Locale.ENGLISH);
[/code]

Original comment by e.fa...@wayoda.org on 16 Jun 2009 at 6:44

GoogleCodeExporter commented 9 years ago
I do not think I18N is needed for the program. A related issue are the keyboard 
shortcuts. On my DK keyboard I can not use Ctrl-/ as the "/" is on shift-7, ie 
the program sees ctrl-shift-7... 

Original comment by private2...@gmail.com on 13 Jun 2010 at 9:26

GoogleCodeExporter commented 9 years ago
We're now in the process of internationalizing the IDE, so we should probably 
use native-locale dialog boxes, too.

Original comment by dmel...@gmail.com on 11 Mar 2012 at 5:13