View Single Post
Old 05-07-2004, 06:07 AM   #9 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,166
Belisarius is on a distinguished road
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.
__________________
GitS
Belisarius is offline   Reply With Quote