|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITranslation
A translation record, which is, very simply a pair of phrases - one is in English, the other is in another language.
| Method Summary | |
|---|---|
String |
english()
The English-language phrase |
String |
foreign()
The foreign-language phrase |
void |
foreign(String t)
Set the foreign-language phrase for this translation pair |
| Methods inherited from interface com.azalient.api.file.SortableData |
|---|
get |
| Method Detail |
|---|
String english()
String foreign()
void foreign(String t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||