📜  sugarcrm 翻译列表键值 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:53.162000             🧑  作者: Mango

代码示例1
require_once 'include/utils.php';
$list = translate('LIST_NAME');

//You can also retrieve a specific list value this way
$displayValue = translate('LIST_NAME', '', 'Key_Value');