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

前端 未结 6 1398
清歌不尽
清歌不尽 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 03:05

    You can localize automatically your nibs without duplicating them following this simple guide:

    http://programminghacks.net/2011/06/03/ios-nib-localization-in-localizable-strings/

提交回复
热议问题