<? include("translator.class.php"); $x = new translator(); $x->translate('Do you speak english?', 'en', 'pt'); ?>