EasyLangEasyLangEasyLangEasyLang
/ Feature 07Builder-native

Works with
your builder,
out of the box.

No shortcode wrappers. No custom fields. EasyLang reads the native data format of every major builder — Elementor, Divi, Gutenberg, Bricks, and more — and translates exactly what's on the page.

/ Supported builders

12 builders. Zero configuration.

Each builder stores content differently. EasyLang ships a dedicated adapter for each one — no extra setup needed.

Elementor
Most popular
5M+ installs
Divi
Visual builder
ET ecosystem
Gutenberg
Core editor
Block-native
Bricks
Lightweight
Performance-first
Oxygen
Developer tool
Code-forward
Beaver Builder
Page builder
Agency favourite
WPBakery
Classic builder
Legacy support
Avada Fusion
Avada theme
Fusion Builder
Kadence Blocks
Block builder
FSE-ready
GenerateBlocks
Lightweight blocks
GeneratePress
Stackable
Block library
Stackable v3
Zion Builder
Modern builder
React-powered
/ Technical

Under the hood.

EasyLang deserializes each builder's native JSON or serialized PHP, extracts translatable strings, routes them through the translation pipeline, and writes them back — the builder never knows anything happened.

/ Elementor widget data · extracted strings
// Original Elementor meta (simplified)
{
  "widgetType": "heading",
  "settings": {
    "title": "Free shipping on orders over $50",
    "title_tag": "h2"
  }
}

// Extracted for translation
{
  "key": "elementor:482:a3f9:title",
  "source": "Free shipping on orders over $50",
  "context": "heading widget, above-the-fold"
}
/ After translation · written back
// Translated and reinjected
{
  "widgetType": "heading",
  "settings": {
    "title": "Livraison gratuite dès 50 €",
    "title_tag": "h2"
  }
}

// Stored as a locale-specific Elementor
// copy — the original is never touched.
"_el_data_fr": { /* translated copy */ }
/ Free vs Pro

Builder support on every plan.

CAPABILITY
Free
Pro
Gutenberg blocks
Elementor
Divi
Bricks / Oxygen
WPBakery / Avada
Custom block adapters
/ Next
Media Translation
Continue →