You’ll have to write your text using html. Basically, surround your different language text with a div that assigns the language use:
<div data-lang="en">
<h2>English Heading</h2>
<p>This is an English-language paragraph.</p>
</div>
for English then one for German
This will take care of page copy. You can use the same concept for your menus.
Since image captions cannot contain html (to the best of my recollection), there’s no way to make the image captions multi-lingual
Do I understand correctly that I can use HTML directly on the backlit interface? So, even when creating the text? And the text appears depending on the language selected…
Okay, I wasn’t aware of that. I think I’ll give it a try. Although it’s actually described that way in the documentation.
Thank you for your patience and the explanation. I’ll give it a try!!