public final class Messages extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getMessage(String key)
Returns the localized message associated with key.
|
static String |
getMessage(String key,
Object... arguments)
Returns the localized message associated with key, formatted using
arguments.
|
public static final String getMessage(String key)
key - the message keypublic static final String getMessage(String key, Object... arguments)
key - the message keyarguments - values used as positional substitutions into the messageCopyright © 2010-2015 Matthew Zipay. All Rights Reserved.