Index: t3lib/class.t3lib_tceforms.php =================================================================== RCS file: /cvsroot/typo3/TYPO3core/t3lib/class.t3lib_tceforms.php,v retrieving revision 1.71 diff -u -r1.71 class.t3lib_tceforms.php --- t3lib/class.t3lib_tceforms.php 2 Jun 2006 11:28:37 -0000 1.71 +++ t3lib/class.t3lib_tceforms.php 7 Jun 2006 01:14:22 -0000 @@ -2140,7 +2140,7 @@ } if (is_array($dataStructArray['sheets'])) { - $item.= $this->getDynTabMenu($tabParts,'TCEFORMS:flexform:'.$PA['itemFormElName']); + $item.= $this->getDynTabMenu($tabParts,'TCEFORMS:flexform:'.$PA['itemFormElName'].$PA['_lang']); } else { $item.= $sheetContent; }