Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从primefaces更改某些组件的语言,例如FILEUPLOAD组件,它的按钮标签为CHOOSE,CANCEL,UPLOAD,我可以将此标签更改为我的语言吗?
选择= label="anyString" CANCEL =cancelLabel="anyString"和UPLOAD =uploadLabel="anyString"然后<p:fileUpload cancelLabel="anyString" label="anyString" uploadLabel="anyString" />
label="anyString"
cancelLabel="anyString"
uploadLabel="anyString"
<p:fileUpload cancelLabel="anyString" label="anyString" uploadLabel="anyString" />