Dave
Dave

Reputation: 25

How to change the language of the UIImagepicker?

Im facing a problem using the UIImagepicker. If i use the camera on my iphone the language of the camera controls are in Dutch, but if i use the camera function in my app the language is English. If i choose pictures from my album in my app it is also in English. How can i change the language?

Greetz,

Dave

Upvotes: 2

Views: 4388

Answers (1)

Ole Begemann
Ole Begemann

Reputation: 135550

The image picker (and all other built-in) UI elements will always be in the same language that your app is in (to avoid a mishmash of languages in one app). If you localize your app into Dutch, the image picker will be shown in Dutch, too.

Upvotes: 4

Related Questions