How to add iOS localisation to permission dialog in an Ionic/Cordova app

1

I’m adding a permission string to ask for user consent but I would like the string to reflect the device language.

How can I add localisation to the NSUserTrackingUsageDescription option in an ionic/cordova app?

<platform name="ios">
    <config-file target="*-Info.plist" parent="NSUserTrackingUsageDescription">
        <string>Dies hilft uns dir weiterhin personalisierte Angebote anzuzeigen.</string>
    </config-file>
    .
    .
    .
    .
    .