ITranslator

Interface for individual translators.

Members

Functions

translateFile
string translateFile(string filename)

Reads a file and returns the converted contents.

translateText
string translateText(string original)

Converts a string.

Meta