nativescript-filterable-listpicker
nativescript-filterable-listpicker copied to clipboard
Localize the Cancel button's text
Hello Is it possible to translate the "Cancel" button?
same question...
add this class in your app.css to change it. to localize it you probably have to use SCSS
.flp-container .flp-cancel-container .flp-btn-cancel::after {
text: New Text;
}
Can we have an additional property option to localize "Cancel" text, plz ?