.. include:: /Includes.rst.txt .. _tca_property_fieldWizard_localizationStateSelector: ========================= localizationStateSelector ========================= .. confval:: localizationStateSelector :name: fieldWizard-localizationStateSelector :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['fieldWizard'] :type: array :Scope: fieldWizard :Types: :ref:`check `, :ref:`flex `, :ref:`group `, :ref:`imageManipulation `, :ref:`input ` The localization state selector wizard displays two or three radio buttons in localized records saying: "This field has an own value distinct from my default language or source record", "This field has the same value as the default language record" or "This field has the same value as my source record". This wizard is especially useful for the :php:`tt_content` table. It will only render, if: * The record is a localized record (not default language) * The record is in "translated" (connected), but not in "copy" (free) mode * The table is localization aware using the ['ctrl'] properties :ref:`languageField `, :ref:`transOrigPointerField `. If the optional property :ref:`translationSource ` is also set, and if the record is a translation from another localized record, the third radio appears. * The property ['config']['behaviour']['allowLanguageSynchronization'] is set to true .. include:: /Images/ManualScreenshots/LocalizationStateSelector.rst.txt