Jorg Heymans wrote:
Yes, except these files really should be able to be localized.
The Messages*.properties files store all the UI text, see,
java.util.ResourceBundle.
I see. But why does it try to find
org.apache.batik.swing.resources.Messages.class when this class is not
even in the archive?
You need to read the description of ResourceBundle, one option
is to have classes instead of properties files.
There is a org.apache.batik.swing.Messages however.
And if i set the locale on the canvas to English, why does it still try
to retrieve the OS locale message properties (ie german)?
I would guess that we don't quite properly handle locale, so
setting it on the canvas doesn't carry through the whole system,
we end up just using the 'default' locale for the JVM.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]