com.azalient.api.i18n
Interface ITranslation

All Superinterfaces:
SortableData

public interface ITranslation
extends SortableData

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

english

String english()
The English-language phrase


foreign

String foreign()
The foreign-language phrase


foreign

void foreign(String t)
Set the foreign-language phrase for this translation pair