public static class MuLi.TextFound extends Object
MuLi.get(String...)
and sim.
All fields should only be read.Modifier and Type | Field and Description |
---|---|
int |
index
The lowest possible index in the original list of keys(=languages)
for which a translation was found, or
a "-1" when an arbitrarily chosen language had to be substituted.
|
String |
language
The key(=language) for which the value is returned.
|
String |
text
The value(=translation text) found.
|
public int index
public String language
public String text
see also the complete user documentation .