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
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.
精彩评论