Phonegap-plugin-barcodescanner: Rename the Cancel button while scanning

Created on 13 Mar 2016  路  3Comments  路  Source: phonegap/phonegap-plugin-barcodescanner

Is there a possibility to rename the cancel button while scanning for barcodes without changing the core code of the plugin?

enhancement

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:

<key>CFBundleLocalizations</key>
<array>
   <string>your_language__ISO_code</string>
</array>

All 3 comments

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 section:

<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)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mrbinr picture mrbinr  路  5Comments

joshstrange picture joshstrange  路  4Comments

camilonos77 picture camilonos77  路  7Comments

HallmediaDigital picture HallmediaDigital  路  4Comments

front-stream picture front-stream  路  7Comments