Re: Resource Bundles in different packages
Posted By:
Zac_Jacobson
Posted On:
Tuesday, June 17, 2003 12:24 PM
It's not so strange.. and not all ResourseBundles have to be within the same package, but all locales for the same ResourceBundle do. Maybe thinking about it like this will let you make a different logical rearrangement - group your language stuff by error messages, information messages, widget values.. something like that instead of by language.