I’m developing my website under TYPO3 13.1
I configured my site with 6 different languages (english, german, french, italian, spanish, dutch) and my top navigation menu (made with HMENU/TMENU) includes all the pages of the site.
Everything is fine in english but if I change the language in the front-end, all the pages disappear from the menu. It’s because I did not translate the pages one by one and if I do (ex: I create a french page translation), then the page appears.
What I’d like:
- If a translation exists, display the page
- If no translation exists, display the English version by default
What I have checked:
[FE][hidePagesIfNotTranslatedByDefault]
is already set tofalse
(I didn’t change anything).- I didn’t find any config properties to set a default language
- I didn’t find any TMENU/HMENU properties to solve my problem
- I tried
config.sys_language_mode = content_fallback ; 0
andconfig.sys_language_overlay = 1
but I believe it’s obsolete in v13
Paolo Deferre is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.