I am using JSF 2.2.12 mojarra implementation on Glassfish 4.1.1. I have an upload form including a h:inputFile component. Everything works just fine except that I can not find the way to change the "choose file..." message to an other one. I can not believe that the HTML5 specs and/or JSF 2.2 does not provide any solution yet, so obviously it is my mistake. I tried primefaces 5.3 which gives the opportunity to use different language than english on the button of the upload component but I could not style it.
Is there any JSF 2.2 "compatible" way to handle this?