.. include:: /Includes.rst.txt .. _ctrl-reference-transorigpointerfield: ===================== transOrigPointerField ===================== .. confval:: transOrigPointerField :name: ctrl-transOrigPointerField :Path: $GLOBALS['TCA'][$table]['ctrl'] :type: string (field name) :Scope: Proc. / Display Name of the field, by convention :ref:`l10n_parent `, used by translations to point back to the original record, the record in the default language of which they are a translation. If this value is found being set together with :ref:`languageField ` then FormEngine will show the default translation value under the fields in the main form. This is very neat if translators are to see what they are translating. The target field must be configured in :php:`$GLOBALS['TCA'][]['columns']`, at least as a passthrough type. .. note:: Sometimes :sql:`l18n_parent` is used for this field in Core tables. This is for historic reasons. Example ======= .. include:: /Images/Rst/TranslatedText2.rst.txt .. include:: /CodeSnippets/Manual/Ctrl/Language.rst.txt