Did you add the languages you wish to support to your app's definition? In XCode 4 this can be found in your Project Info page (see below).
UIKit views aren't shown in the device language if the device language isn't in the app's supported languages list. This is a good thing, otherwise in an app that uses the standard localization framework the user might see a mix of different languages (UIKit views would be in the device language and all the other content, being unavailable in the device language, would be in the app's base language).

本文介绍了如何在Xcode中为iOS应用配置支持的语言。若设备语言未在应用支持的语言列表中,则UIKit视图将不会以该语言显示。正确设置支持的语言有助于避免应用内出现混用语言的情况。
1万+

被折叠的 条评论
为什么被折叠?



