Asymmetric translations for overrides when using the layout builder. This module allows you to choose different layouts and blocks for different languages on content items that override Layout Builder settings for their entity type.
For example, the Article node with the ID 34 needs to have two additional Blocks shown among its content that aren't present on other Article nodes, but the English translation needs to display the first Block on the left, and the second Block on the right, while the German translation needs the reverse, to show the first Block on the right, and the second Block on the left.
A widget which you can configure on 'Manage form display' is available to allow copying blocks or not when creating a new translation. When you add an inline block to the layout, the language will be set automatically to the language of the entity. In case you don't want this behavior, add $settings['layout_builder_at_set_content_block_language_to_entity'] = FALSE; to settings.php.
Behind the scenes
Sections are stored as multi-valued fields on Layout Builder Overrides, and different layouts translations are stored as translations of these fields. The module makes the layout section field translatable when enabling layout builder on an entity display. On install, existing layout section fields are also made translatable.
After install
After install, go to admin/config/regional/content-language to enable translation on the Layout fields that are available.
If you want each translation to have the same layouts and sections see the Layout Builder Symmetric Translations module but the 2 modules will not work together on 1 site.
Project information
- Project categories: Content editing experience, Multilingual
- Ecosystem: Layout Builder
5,620 sites report using this module
- Created by swentel on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
Development version: 3.0.x-dev updated 23 Feb 2026 at 16:13 UTC
Development version: 8.x-2.x-dev updated 28 Feb 2025 at 11:09 UTC

