TYPO3V12 – I configured 6 languages on my site:
- English is the default one.
- The 5 others as “secondary”: Fallback is set to
Fallback: Show default language if no translation exists
It works perfect but what I also need is to have, if needed, a block (a header, a text element, whatever) only in one specific language other than the default one. By example, I need a text block only displayed in spanish but not in english and other languages.
I tried: creating a block in english, then translate it to spanish, then hide the english version. That doesn’t work:
Nothing appears in front-end.
4