on 11/16/01 4:12 PM, "Chris Kimpton" <[EMAIL PROTECTED]> wrote:
> Sounds like a good idea (at least for general system/screen messages) > - although I've not looked at Turbine localisation - does it do it > via properties files/db? > > Chris It uses ResourceBundles, so it is up to you to decide if you want properties files or class files. db is not an option, that just isn't needed and would cause a lot of overhead for someone wanting to just use static strings... -jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
