I have a file input in my Phonegap app. On iOS, the file input opens a dialog from the OS itself with the question what action you want to take: Take photo, Photo library, Dropbox or More.
Is it possible to set the language of that dialog somehow? The strange thing is that the last option "More" does get translated into the language of the device, but the others don't.
I have tried setting the "defaultlocale" in config.xml, but this doesn't seem to fix the issue.