Some of my menus are generated using tables containing fields being True of False. The problem is that the table fields are in English and the menu items should be translated. I wonder whether translation happens before any comparisons being made in a view or after.
So, if I have T('Timetable) which I translate to Lesrooster, will I be able
to compare it to a field called 'Timetable' in a view or has Timetable been
translated to Lesrooster before.
Kind regards,
Annet

