How to change label from input type=file?
I want to change "Dateien auswählen" and "keine ausgewählt" with Thymeleaf tag with international (Ressourcen bundle).
This is my code:
<input th:classappend="${#fields.hasErrors('fileList')}? 'is-invalid'"
class="form-control"
type="file"
th:text="#{com.mddoc.file.select}"
th:field="*{fileList}" multiple/>
And the result: