开发者

How to change the language of the UIImagepicker?

开发者 https://www.devze.com 2023-01-22 16:25 出处:网络
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 i

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消