IPhone localization: Is it possible to translate nib files easily without having to copy the nib for each language?

前端 未结 6 1390
清歌不尽
清歌不尽 2021-02-02 02:41

I\'m trying to find a manageable way to translate every visible string in an iPhone application. The official apple documentation says to use .strings files for programmatic st

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-02 02:55

    I think you want to read about the command line tool: ibtool. It should simplify what you're looking to do.

提交回复
热议问题