diff --git a/Configuration/TCA/Overrides/pages.php b/Configuration/TCA/Overrides/pages.php
index 8f8f6842a231c18b2999773a25a836c16fe01e37..73f2340a2168db447892fe36e3bac85c15ccf46c 100644
--- a/Configuration/TCA/Overrides/pages.php
+++ b/Configuration/TCA/Overrides/pages.php
@@ -206,7 +206,6 @@ $GLOBALS['TCA']['pages']['types'][\SGalinski\SgNews\Utility\BackendNewsUtility::
 		],
 		'tx_sgnews_news_author' => [
 			'exclude' => TRUE,
-			'l10n_exclude' => TRUE,
 			'label' => $localLangDbPath . 'pages.tx_sgnews_news_author',
 			'config' => [
 				'type' => 'group',
@@ -217,10 +216,19 @@ $GLOBALS['TCA']['pages']['types'][\SGalinski\SgNews\Utility\BackendNewsUtility::
 				'items' => [
 					['', ''],
 				],
+				'behaviour' => [
+					'allowLanguageSynchronization' => TRUE
+				],
+				'fieldWizard' => [
+					'localizationStateSelector' => TRUE
+				],
 				'fieldControl' => [
 					'addRecord' => [
 						'disabled' => FALSE,
 					],
+					'editPopup' => [
+						'disabled' => FALSE
+					]
 				],
 			],
 		],