[TYPO3] bilingual menus on a single page
Dennis Schulz
Dennis.Schulz at gmx.com
Wed Nov 29 08:32:37 CET 2006
Rocky Ou schrieb:
> Hey,
>
> I have a website which needs to have English and Spanish navigation
> menus on one page. I really do not have any idea how to achieve this.
> Can any of you give an hint please?
>
> Thanks in advance!
> Rocky
Hey,
do you already have an multilingual site?
One tree model?
The Menus are set up by:
config.sys_language_uid = 0
config.language = de
config.locale_all = de_DE
My idea is, set the sys_language hard coded directly before each Menu.
Example:
config.sys_language_uid = 0
temp.germanMenu = HMENU
temp.germanMenu.10 = TMENU
...
config.sys_language_uid = 1
temp.englishMenu = HMENU
...
page.marks.GERMANMENU < temp.germanMenu
page.marks.ENGLISHMENU < temp.englishMenu
No guaranties it is just an idea.
Dennis
More information about the TYPO3-english
mailing list