8

I started my xcode project and I have these settings:

enter image description here

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

cyclingIsBetter
  • 17,447
  • 50
  • 156
  • 241
  • http://stackoverflow.com/questions/18114994/does-my-base-internationalization-storyboard-have-to-correspond-to-a-fallback-la – Jeremiah Smith Dec 14 '13 at 16:11

1 Answers1

14

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

cyclingIsBetter
  • 17,447
  • 50
  • 156
  • 241