nativescript-imagecropper icon indicating copy to clipboard operation
nativescript-imagecropper copied to clipboard

Button text change

Open jelledijkstra97 opened this issue 6 years ago • 2 comments

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.

jelledijkstra97 avatar Jul 01 '19 16:07 jelledijkstra97

Could you find a solution for this?

erkanarslan avatar Jun 07 '20 15:06 erkanarslan

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>

erkanarslan avatar Jun 07 '20 16:06 erkanarslan