public class ResourceBundleProvider
extends Object
Use this class for Flamingo web applications instead of calling
ResourceBundle.getBundle() directly, because this class will take into
account the language of the base properties file and not use the system
default language when that language is requested.
When no locale is known, uses English instead of system default locale, which
could result in Dutch messages from the base properties on a system default
locale set to a language for which we have no properties file.
- Author:
- matthijsln