A Java Swing applet needs to display its MenuItems in Chinese or English, depending on how a user has set their system preferences.
Has anybody seen compilable examples showing how to do this?
I've seen a few articles on the subject of i18n and Java/Swing (for example, this one), but so far I haven't found anything specific to the subjects of Swing, Applets, and MenuItems. Being completely new to i18n, I would prefer a working example to help me get up to speed quickly.