开发者

How to Display LocalizedString File data?

开发者 https://www.devze.com 2023-02-22 04:09 出处:网络
I want to display Local开发者_C百科ized.string file content at the display time, what is code for that?You can try this :

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

精彩评论

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