Skip to content
Francis Galiegue edited this page Jun 6, 2013 · 32 revisions

For 0.3

Use ServiceProvider

A good way for the library to provide a centralized way to register and access bundles.

Discussion here.

Code examples

Updates, etc.

MessageFormat support

Provide methods .getString(String, Object, Object...) and .getString(Locale, String, Object, Object...) using MessageFormat to generate messages.

Legacy ResourceBundle support

That is, provide a way to read property files using ISO-8859-1.

Clone this wiki locally