xcode iPhone iOS 8 中图标和启动屏幕的本地化
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/28130657/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Localization of icon and launch screen in iPhone iOS 8
提问by George
Have any where a where have Localization of icon and Launch screen in iPhone? If Yes.
iPhone 中图标和启动屏幕的本地化在哪里?如果是。
I read and read and read but i didn't find a example to do this.
我读了又读又读,但我没有找到一个例子来做到这一点。
Example XCode Please :)
示例 XCode 请:)
回答by Jerome Diaz
Icons and launch screens can't be localized, even with the new kind of launch screens that are based on storyboards instead of images
图标和启动屏幕无法本地化,即使使用基于故事板而不是图像的新型启动屏幕
http://oleb.net/blog/2014/08/replacing-launch-images-with-storyboards/
http://oleb.net/blog/2014/08/replacing-launch-images-with-storyboards/
回答by csp
you can click the picture on the left of xcode,and on the right side of xcode,click localizable to localize the image,and you will notice that there are folders like en.lproj,in the folder ,change the picture with the english ones.
你可以点击xcode左边的图片,在xcode的右边,点击localizable对图片进行本地化,你会发现里面有en.lproj这样的文件夹,把图片换成英文的.
回答by Venu Gopal Tewari
Localizing Launch Screen with the help of Multiple LaunchScreen Storybaords and Plist.
在 Multiple LaunchScreen Storybaords 和 Plist 的帮助下本地化启动屏幕。