public class ResourceBundleWrapper
extends java.lang.Object
| Constructor and Description |
|---|
ResourceBundleWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getValue(java.lang.String strResourceName,
java.lang.String strKey,
java.util.Locale locale)
Retrieves the Value for specified from specified Locale object.
|
public static java.lang.String getValue(java.lang.String strResourceName,
java.lang.String strKey,
java.util.Locale locale)
strResourceName - the resource name .strKey - the key whose value to be found.locale - the locale to be searched.