@Immutable public final class Utf8ResourceBundle extends Object
| Modifier and Type | Method and Description |
|---|---|
static ResourceBundle |
getBundle(String sBaseName) |
static ResourceBundle |
getBundle(String sBaseName,
Locale aLocale) |
static ResourceBundle |
getBundle(String sBaseName,
Locale aLocale,
ClassLoader aClassLoader) |
@Nonnull public static ResourceBundle getBundle(@Nonnull String sBaseName)
@Nonnull public static ResourceBundle getBundle(@Nonnull String sBaseName, @Nonnull Locale aLocale)
@Nonnull public static ResourceBundle getBundle(@Nonnull String sBaseName, @Nonnull Locale aLocale, @Nonnull ClassLoader aClassLoader)
Copyright © 2014–2017 Philip Helger. All rights reserved.