How to translate custom html block in other language than default
I wonder how I can translate a custom html content block to other languages running on my site. The switch for language translations is missing for the content in Studio - Pages - Add Blocks - html skeleton. Am I missing something?
-
-
·
LeonidS
- ·
Hello @thomlin !
You may use the RAW blocks and tags within like <bx_text:_my_text />. See the example below:
<div class="battle jutland">
Some more code and text is <bx_text:_my_lang_key />
</div>
-
·
LeonidS
-
- · thomlin
-
·
In reply to LeonidS
- ·
Nice! Thank you, Leonid!
-
- · thomlin
-
·
In reply to LeonidS
- ·
Just did the quick check. Works with raw, doesn't work in html blocks.
-
-
·
LeonidS
-
·
In reply to thomlin
T
- ·
Thnx for the check, my answer has been updated.
-
·
LeonidS