diff --git a/typo3/sysext/backend/Classes/Configuration/TCA/UserFunctions.php b/typo3/sysext/backend/Classes/Configuration/TCA/UserFunctions.php
index 7b17abebdfbfde22a3d5e9e6d15e5972d1cf0efa..b69213cf2aad35a1c2515e7c79f0c9bab6f7a87c 100644
--- a/typo3/sysext/backend/Classes/Configuration/TCA/UserFunctions.php
+++ b/typo3/sysext/backend/Classes/Configuration/TCA/UserFunctions.php
@@ -34,9 +34,10 @@ class UserFunctions
     {
         $record = $parameters['row'];
         $parameters['title'] = sprintf(
-            '%s %s (%s) Base: %s',
+            '%s %s [%d] (%s) Base: %s',
             $record['enabled'] ? '' : '[' . $this->getLanguageService()->sL('LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:disabled') . ']',
             $record['title'],
+            $record['languageId'][0],
             $record['locale'],
             $record['base']
         );