Reputation: 665
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.
Upvotes: 4
Views: 2527
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
Reputation: 9356
Go to project navigator -> Add Spanish language under localization.
Make sure device language is set to Spanish.
Upvotes: 5