public class I18n
extends java.lang.Object
Constructor and Description |
---|
I18n() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
format(java.lang.String translateKey,
java.lang.Object... parameters)
format(a, b) is equivalent to String.format(translate(a), b).
|