如何通过php从prestashop中的模块翻译字符串?

时间:2014-11-12 14:11:20

标签: module translation prestashop-1.6

我正在构建一个新模块。正如文档所述,我在模块的函数中使用l(),语法如下:

$subtitles = array(
    '22' => $this->l('Per acquisti superiori ai 50€'),
    '23' => $this->l('30 giorni per sostituire o rendere')
);

我也可以在后台翻译页面上查看,编辑和保存这些句子。

但如果我检查前。 $ subtitles [22],我总是得到意大利语版,而不是英文版。请注意,我还检查了$ this-> context-> language-> id对应于英语。

那么这里的问题是什么?

1 个答案:

答案 0 :(得分:0)

好吧不,这是正确的方法。我的问题只是因为我是呃..选择错误的语言来翻译后台。请原谅。