itsc/language-mode-switch

Allows to switch the language mode in page level

Maintainers

Package info

github.com/cepheiVV/language_mode_switch

Type:typo3-cms-extension

pkg:composer/itsc/language-mode-switch

Statistics

Installs: 46 921

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2021-12-03 14:48 UTC

This package is auto-updated.

Last update: 2026-02-26 14:26:32 UTC


README

Teaches TYPO3 to change the language mode based on configured value on page level.

TYPO3 does no longer allow to change the language mode via TypoScript. This is set once for the whole website in the site configuration.

We extend translated pages with a new field to switch the mode for that specific page. This middleware will fetch that info and modify current language configuration accordingly.

Automatic mode

Automatic mode can be enabled in the extension configuration. It is off by default. If automatic mode is enabled the frontend will behave according to what the page module displays for each language. When it says "Connected Mode", then "fallback" will be used in the frontend. When it says "Free Mode", then "free" will be used in the frontend.

With automatic mode enabled, you can still override the behaviour in the translated page properties.