I have multiple targets in my project, and only one target needs to be using localized strings. How do I make it so only that target will be localized (with .lproj) and the rest continues to use the development language? Currently Xcode allows you to add Localization to the entire project, not a specific target.
Asked
Active
Viewed 138 times
2
-
You can see optional solution at: https://stackoverflow.com/questions/47692289/xcode-target-specific-localization?answertab=active#tab-top – Ido Nave Dec 11 '17 at 09:08