Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

Multilingual Tokens

6 sites No security coverage
View on drupal.org

This module provides language-specific tokens that allow you to display translated content in a specific language. It's useful for multilingual emails, notifications, and exports where you need to output content in a language different from the current site language.

Overview

The Multilingual Tokens module provides language-specific tokens for translatable content entities. These tokens allow you to display content in a specific language, regardless of the current site language.

This is useful for multilingual emails, notifications, exports, and any scenario where you need to output translated content in a language different from the current page language.

Token Format

[entity-type:field-name:_lang_LANGCODE]

Where:

  • entity-type — the type of entity (e.g., node, user, taxonomy_term)
  • field-name — the name of the field (e.g., title, body)
  • LANGCODE — the language code (e.g., en, uk, de, fr, pt-br)

Examples

  • [node:title:_lang_uk] — Node title in Ukrainian
  • [node:body:_lang_en] — Node body in English
  • [taxonomy_term:name:_lang_de] — Term name in German
  • [node:field_description:_lang_fr] — Custom field in French

Use Cases

  • Multilingual emails — Send order confirmations in the customer's preferred language
  • Data exports — Export content in a specific language for external systems
  • Pathauto patterns — Create URL aliases using translations
  • Metatags — Set language-specific meta descriptions

Requirements

  • Drupal 10.2+ or 11
  • Language module (core)
  • Content Translation module (core)
  • Token module

For Developers

The module dispatches a TokenReplacementEvent before processing each multilingual token, allowing other modules to customize or override the token replacement logic. See README.md for details.

Activity

Total releases
1
First release
Jan 2026
Latest release
6 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Release date
1.0.0 Stable Jan 15, 2026