How to use NSLocalizedString in IB [iPhone SDK]?

前端 未结 5 1791
误落风尘
误落风尘 2021-02-03 13:55

When I assign text programmatically, I can use NSLocalizedString(....), but if I am writing the text directly in IB (say to a UILabel) how do I localize it?

5条回答
  •  误落风尘
    2021-02-03 14:55

    This is a large and complex topic. A good starting place is Introduction to Internationalization Programming Topics and there is also Preparing Your Nib Files for Localization

提交回复
热议问题