Answers for "sugarcrm translation list key value"

0

sugarcrm translation list key value

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');
Posted by: Guest on October-11-2021

Browse Popular Code Answers by Language