public class LocaleUtils
extends java.lang.Object
| Constructor and Description |
|---|
LocaleUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getLocalizedString(java.lang.String resource,
java.lang.String key)
Gets a resource value from a properties file.
|
public static java.lang.String getLocalizedString(java.lang.String resource,
java.lang.String key)
resource - the name of the properties file excluding any localizationkey - the key used to return a value from the properties file