Manju Basha
Manju Basha

Reputation: 665

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

Upvotes: 4

Views: 2527

Answers (2)

Manju Basha
Manju Basha

Reputation: 665

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.

Upvotes: 2

iAnurag
iAnurag

Reputation: 9356

Go to project navigator -> Add Spanish language under localization.

See the image

Make sure device language is set to Spanish.

enter image description here

Upvotes: 5

Related Questions