function lingotek_get_machine_translation_engines in Lingotek Translation 6
3 calls to lingotek_get_machine_translation_engines()
File
- ./
lingotek.api.inc, line 247
Code
function lingotek_get_machine_translation_engines() {
$engines = array();
$engines['google'] = t("Google MT");
$engines['microsoft'] = t("Microsoft MT");
return $engines;
}