user387184
user387184

Reputation: 11053

one Xcode with two targets - but different selection of Localizable.string files

Is it possible to somehow associate different localizable.strings files to different targets of the same project.

For example:

target1 has English and French while target 2 has English and German ?

For "normal" files like the *.m or *.h one can set the Target Membership - but I did not find something for the different language specific Localizable.strings files.

I guess if this is not possible I really have to manually configure the Localizable.strings files before I create the ipa for submission - which is surely not the best thinkable approach.

Many thanks!

Upvotes: 3

Views: 1068

Answers (1)

A-Live
A-Live

Reputation: 8944

Please check the section es expanded, you should see the Target Membership section like you used to for other files:

enter image description here

Upvotes: 1

Related Questions