I am using file browse control to upload file to server. HTML as below:
<input id="fileUpload" type="file" class="" multiple="" required="" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
It renders as follow in IE
And as below in Chrome:
I want to change its language. e.g "Browse" to "feuilleter" and "No File Chosen" to "Aucun fichier choisi"
How we can do this.