public class ICUResourceTableAccess extends Object
| Constructor and Description |
|---|
ICUResourceTableAccess() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getTableString(ICUResourceBundle bundle,
String tableName,
String subtableName,
String item,
String defaultValue)
Utility to fetch locale display data from resource bundle tables.
|
static String |
getTableString(String path,
ULocale locale,
String tableName,
String itemName,
String defaultValue)
Utility to fetch locale display data from resource bundle tables.
|
public static String getTableString(String path, ULocale locale, String tableName, String itemName, String defaultValue)
ICUResourceTableAccess.getTableString(ICUResourceBundle, String, String, String, String).