Close
jGuru Forums
Posted By: Yaakov_Erlich Posted On: Wednesday, March 9, 2005 03:29 AM
Hello, I have a question how it is possible to load a language .properties file from URL. Details: A PC Browser loads my Java application from a server using a URL. One file from the application has a definition about which language (localization) must be set in the application. The current application's version has the ("en", "fr") .properties files as part of the application. I need to modify the application to allow download the .properties from the server using the URL and then use it using the regular ResourceBundle mechanism. Please help.
Re: Problem to load a language .properties file from URL.
Posted By: Anonymous Posted On: Friday, May 20, 2005 02:02 AM
Posted By: Stephen_Ostermiller Posted On: Friday, March 11, 2005 12:58 AM