How to change cordova-camera-plugin language in iOS?

ε祈祈猫儿з 提交于 2019-11-30 13:55:13

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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!