我正在尝试使用 ace:fileEntry 组件将图像上传到我的数据库,但现在,我想在我的情况下更改“浏览”按钮的名称“Seleccionar archivo”,但我不知道该名称的存储位置。
<ace:fileEntry id="ImageFileEntry"
fileEntryListener="#{usuarioBean.sampleListener}"
useSessionSubdir="true">
</ace:fileEntry>
<h:commandButton id="submit" value="subir"></h:commandButton>
我附上了截图
http://i.stack.imgur.com/8b817.png
谢谢