Index: trunk/core/kernel/db/db_tag_processor.php =================================================================== diff -u -r1783 -r1795 --- trunk/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 1783) +++ trunk/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 1795) @@ -1134,7 +1134,9 @@ $field = $this->SelectParam($params, 'name,field'); - $sql = ' SELECT cv.Value FROM '.TABLE_PREFIX.'CustomField cf + $lang_id = $this->Application->GetVar('m_lang'); + + $sql = ' SELECT cv.l'.$lang_id.'_Value FROM '.TABLE_PREFIX.'CustomField cf LEFT JOIN '.TABLE_PREFIX.'CustomMetaData cv ON cf.CustomFieldId = cv.CustomFieldId WHERE cf.Type = '.$this->Application->getUnitOption($prefix, 'ItemType').'