Database backed resource bundle for internationalization?

2010-09-10 Thread Paul Spencer
I would like to use a database instead of properties files as the source of the resource bundle used for displaying text on a web page. So instead of a properties file for each locale, the locale, key, and values would be stored in a database. What is the best way to implement this? Paul

Re: Database backed resource bundle for internationalization?

2010-09-10 Thread Anton Gavazuk
Implementing and registering your own ResourceBundle class http://download.oracle.com/javase/1.4.2/docs/guide/intl/intl.doc.html#23039 2010/9/10 Paul Spencer pau...@apache.org I would like to use a database instead of properties files as the source of the resource bundle used for displaying