Localization in Swift - Restrict app to one language even if the app has more languages

前端 未结 3 562
慢半拍i
慢半拍i 2020-12-18 09:02

I have developed an app in Swift 3.2 which is currently live with base language English. I have added String files for Arabic and French. But till the time everything in co

3条回答
  •  时光说笑
    2020-12-18 10:06

    Have you tried removing languages from the localization settings in the project file?

    This is based on the guide provided by apple: Enabling Base Internationalization

    I believe you would not have to delete anything. This would just disable the localization.

提交回复
热议问题