i am trying to build an web application in which i want to take inputs in two language english and urdu.
<asp:TextBox ID="txturdu" runat="server"></asp:TextBox>
<asp:TextBox ID="txtenglish" runat="server"></asp:TextBox>
So what i am trying to do is when i click on textbox (txturdu) it automatically takes input in urdu language.