Is it possible to change the language of some components from simple surfaces, for example, the FILEUPLOAD component, it has button shortcuts like CHOOSE, CANCEL, UPLOAD, can I change these labels to my language?
Select = label="anyString" CANCEL = cancelLabel="anyString" and DOWNLOAD = uploadLabel="anyString" , then <p:fileUpload cancelLabel="anyString" label="anyString" uploadLabel="anyString" />
label="anyString"
cancelLabel="anyString"
uploadLabel="anyString"
<p:fileUpload cancelLabel="anyString" label="anyString" uploadLabel="anyString" />
Source: https://habr.com/ru/post/1495667/More articles:Apache crashes if I use the return value from a function in a SimpleTest test case - phpHow to set all backgrounds transparent so that you can see the main screen? - iosPython list export to csv - pythonbeforeFind () add conditions - phpLost data when dividing a float by 1000 - javaHow to draw a rectangle of irregular shape and fill the color with four dots in ios - iosredis.lpush multiple elements - node.jsSchematic: what is the difference between define and let when used with continuation - continuationsThe 3-line dec-to-bin conversion function needs an explanation - cArray passing by extension methods - c #All Articles