Closed GoogleCodeExporter closed 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
Original comment by dmel...@gmail.com
on 15 Jun 2009 at 8:31
>> 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
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
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
Original issue reported on code.google.com by
e.fa...@wayoda.org
on 15 Jun 2009 at 7:40