davecoffin / nativescript-filterable-listpicker

Apache License 2.0
44 stars 22 forks source link

Localize the Cancel button's text #34

Open LeoDupont opened 6 years ago

LeoDupont commented 6 years ago

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

augustoalvess commented 5 years ago

same question...

salvasp commented 5 years ago

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

tdhman commented 4 years ago

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