由编码器从数据库翻译文本


Text translation from the database by codeigniter

使用Codeigniter库与语言,在语言文件夹:英语,法语等

我想在数据库中使用:

idproduct | ProductName | ProductNameFR | ProductNameDE

根据所选择的语言来获取表

我试着这样做:/应用程序/语言/英语/translateen.php

$lang ['ProductName'] = '$info['.'LocatieAdresa'.']; //but not work

推荐哪些其他方法可以翻译数据库中的数据?

朗[' ProductName '] = info美元[' LocatieAdresa '];