bthurlow / nativescript-imagecropper

A nativescript image cropping plugin.
Other
49 stars 35 forks source link

Button text change #52

Open jelledijkstra97 opened 5 years ago

jelledijkstra97 commented 5 years ago

Is there any way to alter the text on the buttons inside the cropper? I would like to give the "Done" and "Cancel" buttons some other text.

erkanarslan commented 4 years ago

Could you find a solution for this?

erkanarslan commented 4 years ago

I found a solution. Add this to your info.plist file. You can specify as many languages as you want.

<key>CFBundleLocalizations</key>
<array>
    <string>en</string>
    <string>es</string>
</array>