Search code examples
iosswiftuiimagepickercontrollernslocalizedstringios-camera

Spanish support for Retake and Use photo buttons of UIImagePickerController


I am developing an app that supports Spanish content, which i am achieving through localised strings.

Now i would like to know if there is any way to give Spanish support for the buttons Retake and Use Photo of UIImagePickerController

Have attached image below for reference.

enter image description here


Solution

  • So i have the answer for it. We cannot get the spanish text working in this scenario because app level language is spanish language & Device level language is English.

    UIImagePickerController button text Retake and Use photo is something that is generated and handled by the operating system by itself. Hence it tends to take the device level language.