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 namestrKey - The key whose value to be foundlocale - The locale to be searched