com.azalient.api.i18n
Interface ITranslatable

All Known Subinterfaces:
IFeature
All Known Implementing Classes:
Signal, TextType, TripMode

public interface ITranslatable

For translation of the user interface from English to another language.

A translatable object can return a translated string equivalent of the Object.toString() method


Method Summary
 String toStringTranslated()
           
 

Method Detail

toStringTranslated

String toStringTranslated()