Multi language in config.xml

Hi there,
I’m working on a multi language issue, I can use I18N easily to translate the string inside the app, but for String that use for cordova plugin, is there anyway to switch language base on users’ phone language?

<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
      <string>Take camera</string>
</edit-config>