Multiple Localizable.strings files in one iOS app

前端 未结 4 1490
余生分开走
余生分开走 2020-12-24 05:17

Is it possible to have multiple components that have their separate localizations in an app?

For example I want to localize strings in my app but also use ShareKit w

4条回答
  •  不思量自难忘°
    2020-12-24 06:19

    every file/resource can be localizable, also the IB .xib files or images jpg/png, you just need to select a file in your project, open info, go in the "general" tab/section and press the "make file localizable"... then you can add any language you want, xCode will create a new file duplicating the first one and will put it in the right folder...

    luca

提交回复
热议问题