Is there a possibility to rename the cancel button while scanning for barcodes without changing the core code of the plugin?
I have the same problem,Any solutions ?
It is system text so you can't change it. To setup it in your language, you must find appname-Info.plist file (it should be in /platforms/ios/) then add in
<key>CFBundleLocalizations</key>
<array>
<string>your_language__ISO_code</string>
</array>
I am using the plugin with Ionic2 and I had to install cordova custom config plugin mentioned here to be able to set .plist from config.xml
Looking forward it would be possible to setup this in *.ts via options passed on scan(opts)
Most helpful comment
It is system text so you can't change it. To setup it in your language, you must find appname-Info.plist file (it should be in /platforms/ios/) then add in section: