Internationalization and Swing

Hi!

I'm using some ListResourceBundles to be able to internationalize my Swing app (menus, error messages, etc...). The user has the option to change the language used by the app in realtime using a menu option. My problem is that once the user selects the new language I need to reload all the menus, messages, etc.. already painted in my app. How can I reload them ?

Thanks in advance

[408 byte] By [leemon2] at [2007-9-30 21:29:33]
# 1

It's not a mere matter of just repainting everything, as the values for all the textual components are already set. I recommend reading the following thread... [url http://forum.java.sun.com/thread.jsp?thread=305987&forum=57&message=2692939]here[/url].

Also check out this [url http://www.joconner.com/javai18n/articles/Multilingual.html] article [/url].

Regards,

Tom

chez_mo at 2007-7-7 3:01:30 > top of Java-index,Desktop,Core GUI APIs...