开发者

How to Display LocalizedString File data?

I want to display Local开发者_C百科ized.string file content at the display time, what is code for that?


You can try this :

NSLog(@"Welcome Text: %@", NSLocalizedString(@"YourKey", @""));

Your key is name of your key in localized.string file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜