public class DesktopguiTranslator extends Object
| Constructor and Description |
|---|
DesktopguiTranslator() |
| Modifier and Type | Method and Description |
|---|---|
static String | _t(I2PAppContext ctx,
String s)Translate a string using the desktopgui message bundle. |
static String | _t(I2PAppContext ctx,
String s,
Object o)Translate a string with one parameter using the desktopgui message bundle. |
public static String _t(I2PAppContext ctx, String s)
ctx - the I2P application contexts - the string to translatepublic static String _t(I2PAppContext ctx, String s, Object o)
ctx - the I2P application contexts - the string to translateo - the parameter to insert into the translated string