DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18293>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18293 Loading language files does not use Resource Bundle ------- Additional Comments From [EMAIL PROTECTED] 2003-03-26 23:00 ------- If MessageResource was modified to use ResourceBundle internally then MessageResource will inherit all its functionality. ie Loading from a class and hierarchy construction. For example: If I have a class that implements PropertyResourceBundle it is found before the properties file of the same name. In our case we can use this feature to write a PropertyResourceBundle class that dynamicaly combines multiple properties files so the user can deal with just the one property file. This means MessageResource can use our language class as easily as other classes when looking up languages resources. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
