IOS: set a default language in xcode for my app

后端 未结 1 435
情话喂你
情话喂你 2021-01-05 10:34

I started my xcode project and I have these settings:

\"enter

In xcode 5 it ad

相关标签:
1条回答
  • 2021-01-05 11:00

    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

    0 讨论(0)
提交回复
热议问题