Index: branches/unlabeled/unlabeled-1.58.2/kernel/include/category.php =================================================================== diff -u -r6589 -r7543 --- branches/unlabeled/unlabeled-1.58.2/kernel/include/category.php (.../category.php) (revision 6589) +++ branches/unlabeled/unlabeled-1.58.2/kernel/include/category.php (.../category.php) (revision 7543) @@ -1737,6 +1737,10 @@ } } + global $m_var_list; + foreach ($Orders as $key => $val) { + $Orders[$key] = preg_replace('/\.(Name|Description)/', '.l'.$m_var_list['lang'].'_$1', $Orders[$key]); + } if(count($Orders)>0) {