I´m using for my app spring-mvc and I have managed go up file to server, with label: <form:input path="file" type="file" id="file"/>, but I have a problem when my app changes of language, because this input type=file doesn´t change of language and I´m doing a lot of proof but I don´t get it.
does somebody know like it doing?
for to change the language of all labels, I do this:
<fmt:message key="device.registerFormFile"/>
Thanks.