Hi,
In a custom component I need to display a field label. According to the documentation I can use the "translate" function. https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_12.1/Architecture/Languages/Module_Labels…
Hi, I use the translate function to get the label of a dropdown list. However, the result is truncated at 10 chars. $bean->region_c = "Lajemmerais"; $value = translate($bean->field_defs['region_c']['options'], '', $bean->region_c); $value will contain…