简体   繁体   中英

Build a FIXED language version for my already localized app in iOS?

My app already supports localization in English and French with custom images and .strings. But how can I build and archive a version of my app that is fixed to just English or just French without having to manually change my images and .strings file?

So it doesn't matter what language the user has on his or her phone, the app must remain in that fixed language.

Thanks

I believe you can remove localization languages from your XCode target settings without removing the actual files. See the answer to this related question: Force a specific localization to be used for a target

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM