Index: trunk/core/kernel/kbase.php =================================================================== diff -u -r3703 -r3840 --- trunk/core/kernel/kbase.php (.../kbase.php) (revision 3703) +++ trunk/core/kernel/kbase.php (.../kbase.php) (revision 3840) @@ -452,7 +452,7 @@ { // replace with query result $select_clause = $field_options['option_title_field'].','.$field_options['option_key_field']; - $sql = sprintf($field_options['options_sql'], $select_clause); + $sql = sprintf($field_options['options_sql'], $select_clause, $this->Application->GetVar('m_lang')); $options_hash = getArrayValue($field_options,'options'); if($options_hash === false) $options_hash = Array();