switch language when clicking a link
how switch (change) current web page language after clicking link?
e.g.
i tried following switch "english" not work.
<li><div><a href="&lang=en">english</a></div></li>
will error:
the requested resource (/dev/prog/&lang=en) not available.
<li><div><a href="?lang=en">english</a></div></li>
will go page instead of staying @ current page.
i use coldfusion 6,1,0,hf53852_61 enterprise
where , how storing and|or displaying web pages content in different languages?
i'm hoping don't expect browser or server translate page you?
More discussions in Getting Started
adobe
Comments
Post a Comment