I am building a website with TYPO3 6.0.2 and fluid. I have a partial that is basically a menu of four buttons leading to four different pages. It is not the main menu, neither is it a sublevel menu.
So far I build that menu myself by using . However, the link text would either be only in one language, or I would have to use language files and in order to get the text in the appropriate language.
But as the system is able to retrieve the title in the current language in other situations (e.g. when building menus), I wondered if there is not fluid or fed/vhs helper that gives me the title/alternative title of a page with a certain id.
Alternatively, what I am building is basically another menu with items from different levels within the page tree. Thus I am wondering if this could be done either with a helper or with TypoScript.
Would this be a good practice: create a folder in the page tree, and within than folder create a page for each of my alternative menu's items, and make each page a shortcut to the actual page I want to link to? Then use the vhs's menu view helper and set the folder's id as the pageUid.