IOS: set a default language in xcode for my app

这一生的挚爱 提交于 2019-11-30 04:26:45

问题


I started my xcode project and I have these settings:

In xcode 5 it add this "base" language, but I don't understand how it works. I want to set as my default language english and not italian; for example if an user set its device in spanish or in french language it must see app in english and not in italian; can you help me?

thanks


回答1:


SOLVED!!!

you should set "base" in in plist file section:

Localization native development region

and set Storyboard only for "base"; for other language only in Localizable String

when you localize a file you should set base (for language default) and the other language you want to use.

In localizations (picture in my question) should be with base and all language you want to use



来源:https://stackoverflow.com/questions/20584984/ios-set-a-default-language-in-xcode-for-my-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!