Thursday, July 08, 2010

Create Database-driven Resource Bundles with Java and MySQL

Create Database-driven Resource Bundles with Java and MySQL: "In Java, the preferred method for handling multilingual text is to use ResourceBundles for simple text and ListResourceBundles for more complex data types. As I alluded to in my Isolating Locale-specific Text in International Java Applications article, that approach has drawbacks."