HTML code for "Browse" Button in French?
Hi,
I have an English website and I'm making a clone of it in the French website. Now the problem is some buttons are in English like the Browse or the Send button that I have used in the original coding of the website.
Now that I'd like to launch the French site, How can I change these buttons into the French version of them? They are not jpg pics or just text.. Here is the code for the English site's Browse button. How can I change this into French?
(<a href="#" onMouseOver="stm(Text[2],Style[1])" onMouseOut="htm()" style="text-decoration: none"><font color="#FF9900">?</font></a>)</font></td>
<td bgcolor="#F4F4F4" colspan="2"><input name="pic" size="20" type="file" class="input-box">
Thanks
Public Comments
- The "browse" button is part of the 'file' input element. Forms contain different input elements, and it's up to the browser what is displayed for each of these elements. For file input elements, most browsers display a text box and a browse button next to it. Since it's up to the browser to decide what is displayed, if the browser decides to display a 'browse' button, it'll display the text in whatever language the browser is set to. That is, no matter what site I go to, I will always see "browse" in my file inputs because my browser is set to English. Someone in France would always see the French equivalent. Conclusion: You don't translate it, it'll just work.
Powered by Yahoo! Answers