Method Summary |
|
final public static String | getString(String key) Get a message from the bundle. |
final public static String | getString(String key, List args) Get a message from the bundle and substitute the given args into
the message contents. |
final public static String | getString(String key, Object[] args) Get a message from the bundle and substitute the given args into
the message contents. |