如何在prestashop模块中使用翻译功能

时间:2018-07-24 04:18:46

标签: module prestashop translation

我们要在prestashop($ this-> l())中为模块使用翻译功能 我们可以从模块的Main Class中使用此功能,但是当我们想从模块的外部文件中使用它时,就会遇到麻烦。

我们在外部页面上使用

require_once(dirname(__FILE__).'../../../config/config.inc.php');
require_once(dirname(__FILE__).'../../../config/settings.inc.php');
require_once(dirname(__FILE__).'../../../classes/Cookie.php');
require_once(dirname(__FILE__).'../../../init.php');
$context = Context::getContext();

但是当我们使用$ context-> l()时出现错误,那么如何在模块的外部文件中使用translation?

谢谢

0 个答案:

没有答案