Replies: 1 comment
-
|
Thanks, primengConfig.setTranslation works fine! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to localize (to replace 'Apply' text) pcFilterApplyButton with PassThrough [pt] of p-table
and here is my options:
pt: TablePassThroughOptions = {
root: {
style: {
background: 'red',
},
},
columnFilter: {
pcFilterApplyButton:{
root:{
style: {
background: 'red',
},
},
label:{
textContent: 'BBB',
innerText: 'German text',
innerHTML: 'German text',
style: {
background: 'red',
},
}
}
},
}
is that possible or there is other way to do localization?
Beta Was this translation helpful? Give feedback.
All reactions