---
title: "otherLanguageContent"
manual: "TCA Reference"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3tca:tca-property-fieldwizard-otherlanguagecontent@main"
source: "ColumnsConfig/CommonProperties/FieldWizard/OtherLanguageContent.rst"
modified: "2026-09-17T12:35:22+00:00"
---

# otherLanguageContent

-   **otherLanguageContent**

    -   *Type:* array
    -   *Path:* $GLOBALS\['TCA'\]\[$table\]\['columns'\]\[$field\]\['config'\]\['fieldWizard'\]
    -   *Scope:* fieldWizard
    -   *Types:* [check](https://docs.typo3.org/permalink/t3tca:columns-check@main), [flex](https://docs.typo3.org/permalink/t3tca:columns-flex@main), [group](https://docs.typo3.org/permalink/t3tca:columns-group@main), [imageManipulation](https://docs.typo3.org/permalink/t3tca:columns-imagemanipulation@main), [input](https://docs.typo3.org/permalink/t3tca:columns-input@main), [radio](https://docs.typo3.org/permalink/t3tca:columns-radio@main)

    Show values from the default language record and other localized records if the edited row is a
    localized record. Often used in `tt_content` fields. By default, only the value of the default
    language record is shown, values from further translations can be shown by setting the
    [user TSconfig property additionalPreviewLanguages](https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/UserTsconfig/Options.html#useroptions-additionalPreviewLanguages).

    The wizard shows content only for "simple" fields. For instance, it does not work for database relation fields,
    and if the field is set to `readOnly`. Additionally, the table has to be language aware by setting up the
    according fields in \['ctrl'\] section.

    ![Header field showing values from two other languages](../../../Images/ManualScreenshots/OtherLanguageContent.png)
