🌐 LangDOM - Hybrid Architecture Demo

Hybrid Architecture: This demo shows how LangDOM can use pre-translated manifests when available, and automatic translation (Navigator.translation API) when no manifest exists.

Translation Service Status

isTranslating: false

sourceLanguage: null

targetLanguage: null

Example 1: Simple Greeting

Key: greeting.simple
English: Hello, welcome to our website!
Translation: Hello, welcome to our website! Waiting...

Example 2: Legal Text

Key: legal.disclaimer
English: This website uses cookies to improve your experience. By continuing to browse, you accept our privacy policy.
Translation: This website uses cookies to improve your experience. By continuing to browse, you accept our privacy policy. Waiting...

Example 3: Product with Variables

Key: product.price
English: Price: [[currency]] [[amount]]
Variables: currency="$", amount="99.99"
Translation: Price: $ 99.99 Waiting...

Activity Log