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 p_135052_0_,
java.lang.Object... p_135052_1_)
format(a, b) is equivalent to String.format(translate(a), b).
|