I have a multilingual events calendar (V2rs1 Intl/Alpha) installed with V4b03.005. When I select a forum language, for example, Japanese or Simplified Chinese, a mini-calendar in HOME (index.asp) show Japanese or Simplified Chinese, if I click Home link in the Forum and to get to HOME....it shows a minicalendar in a prefered/selected language..
Q: How do you put a language selector in index.asp (below or above a mini-calendar) and set a minicalendar to a preferred language? In other words, how to put a language selector in a web page/index.asp to do this?
For v4b03.x include config.asp, for v4b04 include inc_lang_config.asp into that file, if they are not already included of course. Use this ready-to-run the required sub: <% Call LangShowLanguageSelectorForm("") %> The parameter is a class name in case you are using CSS... <
Well, am getting error for strDtype or other rem items....again... and not sure whether I am placing VB code correctly in a web page... outside of a forum... so I will play around later... and perhaps not gonna bother too much since it's not really that critical...
I located the call in inc_top.asp where a language selector is defined... but not clear as to how to have it on a web page unless create a separate langselec.asp or something....