I wish to change the cordova-camera-plugin
language. Apparently it is dependent on a variety of things. My development environment is Tools for Cordova in Visua
For the records, it is working now (year 2020) :
Setting the <widget defaultlocale="fr">
of the config.xml successfully update the CFBundleDevelopmentRegion
of the xcode project.
And therefore the expected locale (fr) is correctly used in the camera.
If you go to the cordova-plugin-camera .plist file and comment out:
<!-- <key>CFBundleDevelopmentRegion</key>
<string>nl</string> -->
Then the plugin will use the systems set language. This is likely the most practical solution.
Just make the settings in Xcode. They will not be overwritten after you make another cordova build:
UPDATE:
If you don't have the entry «Localization native development region», then:
– Go to info -> select your target
– Right click on an existing key entry and choose Add Row
– Type «Localization …», when Xcode autocompletes your input, then select under value your language.