|
Hmmm, how about hosting the properties file on the web? You can then access the properties file by connecting to the server and read the file.
For instance, when a client opens up the applet from "www.foo.com", you can host a translation file at "www.foo.com/translate/spanish.txt". The applet connects to the "spanish.txt" file, reads the information, and translates the applet.
|