|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gridsystems.utils.I18n
public final class I18n
Internationalisation for the com.gridsystems.utils package.
Method Summary | |
---|---|
static java.lang.String |
translate(java.lang.String resource,
java.lang.String... params)
Gets the translation of a message merging it with its parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String translate(java.lang.String resource, java.lang.String... params)
resource
- a String with the id of a message.params
- a String[] with a list of the parameters that will be merged
with the stored message. It can be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |