Hi, i have a site with some languaje, i need to show, depending on the languaje, a different tooltip on the same image.
<img style="margin-top:5px;" src="Images/ContacUs.gif" alt="<%#respons e.write(traduci r.trad("Contac" ))"%>>
Something like this cause we are using xml and a Function for all traduced words. My problem is simple, it doesn't run :-D
How can I workaround this?
<img style="margin-top:5px;" src="Images/ContacUs.gif" alt="<%#respons e.write(traduci r.trad("Contac" ))"%>>
Something like this cause we are using xml and a Function for all traduced words. My problem is simple, it doesn't run :-D
How can I workaround this?
Comment