cordova-ios icon indicating copy to clipboard operation
cordova-ios copied to clipboard

How to add localisation to Location, Camera permissions

Open ir2pid opened this issue 4 years ago • 0 comments

I can add the permission request explanation by adding the information in config.xml

        <platform name="ios">
        .
        .
        .
        <edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
            <string>Take pictures of ID</string>
        </edit-config>
        .
        .
        .
          </platform>

But how can I localise the Take pictures of ID for other languages.

ir2pid avatar May 22 '21 18:05 ir2pid