I have a website which needs to be shown in two languages, English and French.
I was wondering if anyone has done this before with ASP and what the best way to go about it would be. i.e. with sessions on querystrings or whatever???
Code:
<td align="right">
<img src="/amatuer/images/flag_britain.gif" width="30px" height="20px" title="View website in English" onClick="location.href='/amatuer/setSession.asp?lang=EN&url=<%=sURL%>'" style="border: 1px solid; border-color: #FFFFFF;" onMouseOver="style.cursor='pointer'" />
<img src="/amatuer/images/flag_francais.gif" width="30px" height="20px" title="Site Web de vue en français" onClick="location.href='/amatuer/setSession.asp?lang=FR&url=<%=sURL%>'" style="border: 1px solid; border-color: #FFFFFF;" onMouseOver="style.cursor='pointer'" />
</td>
This is my idea, to click the GB flag from English and click the French flag for Francais.
Any ideas or experiances welcome.
Merci beaucoup.
Picco
www.crmpicco.co.uk
www.ie7.com