switch language when clicking a link
How to switch (change) the current web page language after clicking a link?
e.g.
I tried the following to switch to "English" but they does not work.
<li><div><a href="&lang=en">English</a></div></li>
will get this error:
The requested resource (/dev/prog/&lang=en) is not available.
<li><div><a href="?lang=en">English</a></div></li>
I use ColdFusion 6,1,0,hf53852_61 Enterprise
