Xcode - Target specific localization

前端 未结 2 1109
一向
一向 2021-01-20 07:41

My project includes several targets, each target is used for different customer. Some customers need specific localization and I don\'t want all the customers to get this sp

2条回答
  •  走了就别回头了
    2021-01-20 07:48

    Create a separate "Localizeable.strings" for each target.

    link the correct strings files with each "group" of strings.

    Then set it in the Build Phases for each target the correct "strings" like this:

提交回复
热议问题