Index: branches/5.2.x/core/kernel/db/dbitem.php =================================================================== diff -u -N -r16622 -r16641 --- branches/5.2.x/core/kernel/db/dbitem.php (.../dbitem.php) (revision 16622) +++ branches/5.2.x/core/kernel/db/dbitem.php (.../dbitem.php) (revision 16641) @@ -1,6 +1,6 @@ Application->recallObject($formatter); + if ( $formatter instanceof kMultiLanguage && strpos((string)$format, 'no_default') === false ) { + $format = rtrim('no_default;' . $format, ';'); + } + $res = $formatter->Format($value, $field_name, $this, $format); }