public class UTF8Control
extends ResourceBundle.Control
Modifier and Type | Field and Description |
---|---|
static UTF8Control |
INSTANCE |
Constructor and Description |
---|
UTF8Control() |
Modifier and Type | Method and Description |
---|---|
Locale |
getFallbackLocale(String baseName,
Locale locale) |
ResourceBundle |
newBundle(String baseName,
Locale locale,
String format,
ClassLoader classLoader,
boolean reload) |
public static final UTF8Control INSTANCE
public Locale getFallbackLocale(String baseName, Locale locale)
getFallbackLocale
in class ResourceBundle.Control
public ResourceBundle newBundle(String baseName, Locale locale, String format, ClassLoader classLoader, boolean reload) throws IOException
newBundle
in class ResourceBundle.Control
IOException