nativescript-filterable-listpicker icon indicating copy to clipboard operation
nativescript-filterable-listpicker copied to clipboard

Localize the Cancel button's text

Open LeoDupont opened this issue 6 years ago • 3 comments

Hello Is it possible to translate the "Cancel" button?

LeoDupont avatar Oct 08 '18 15:10 LeoDupont

same question...

augustoalvess avatar Apr 24 '19 13:04 augustoalvess

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;  
}

screen

salvasp avatar May 12 '19 06:05 salvasp

Can we have an additional property option to localize "Cancel" text, plz ?

tdhman avatar Jun 30 '20 08:06 tdhman