---
title: "Feature: #71196 - Disallow localization mixtures"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-71196"
source: "Changelog/7.6/Feature-71196-DisallowLocalizationMixtures.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Feature: #71196 - Disallow localization mixtures

See [forge#71196](https://forge.typo3.org/issues/71196)

## Description

The PageLayout UI will now inform users if a mixture of translated content and standalone content is used in
the page module since this is a major source of confusion for both administrators and editors.

In case an integrator knows what he/she is doing, we introduce a `PageTSConfig` setting to turn these warnings off to
allow further usage of inconsistent translation handling.

`mod.web_layout.allowInconsistentLanguageHandling = 1`

## Impact

Upon setting `mod.web_layout.allowInconsistentLanguageHandling` to `1` the page module will behave
as before and allow inconsistent mixups of languages in a certain language.
