Click here to Skip to main content
15,880,967 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
<html lang="en">
<head>
<title> . . . </title>
</head>
<body>
<form action="demo_form.asp" method="get">

<input list="language" name="language">
<datalist id="language">
  <option value="Abkhazian">
  <option value="Afar">
  <option value="Afrikaans">
  <option value="Amharic">
  <option value="Arabic">
</datalist>
<input type="button" name="Go">
<pre>
The language is changed..Keep Enjoying..
</pre>
</form>
</body>
</html>

the sample language codes are given below

Abkhazian   ab
Afar        aa
Afrikaans   af
Albanian    sq
Amharic     am
Arabic      ar

Now what I need is to change the language by the client at runtime.While selecting the language from the list...
Posted
Comments
ArunAmalraj 11-Mar-14 1:35am    
http://forums.asp.net/t/969928.aspx?How+to+do+a+language+switch+in+a+master+page+

1 solution

Um... your code is classic asp, and yet you tagged this as C#. As you're using a platform that's been obsolete for 15 years and was always hell, you're pretty much on your own. I'm not even sure what you mean by 'change language', but you can emit any HTML you like in any platform, based on any rules you choose to write.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900