translate method

String translate()

Implementation

String translate() {
  return Translator.translate(this);
}