Hi all,
I am setting up a bi-lingual website with Rainbow. I am able to set the language for each module and this works fine. In my current test-site
http://www.lightinasia.org/de
the user can see the German or English start page with the corresponding text in the chosen language.
I would also like to see the Tab-Name be displayed in the proper language when the user changes the language. For example the top menu
would change from
(Startseite | Aktuelles | Rette-ein-Kind) to (Home | News | Save-a-Child)
Is this already implemented? (I am using version 1713 from CVS)
If, yes where can I access this function?
If not, how could it be done? Which code would have to be chanded to provide localized tab names.
I looked at the Database and the code and did not find what I am looking for, yet. The rb_Tabs table shows only one TabName for each tab with no alternates.
Rainbow.UI.WebControls.DesktopNavigation.DesktopNavigation as used in
(http://localhost/rainbow/Design/DesktopLayouts/BabyBlue/DesktopPortalBanner.ascx) does not appear to provide localization for TabName. On the other hand Rainbow.UI.WebControls.HeaderMenu does provide localization for the fixed wordings on the top (eg "Portal Home").
How could localized TabNames be accomplished in a simple way?
This is my first post. You people have done a tremenduos job in producing such a great open-source portal system! I just want to thank you for that.
Chris