【发布时间】:2012-06-18 19:01:06
【问题描述】:
我有一堆下面的代码:
[NSString stringWithFormat:@"%@ and %@", subject.title, secondsubject.title];
[NSString stringWithFormat:@"%@ and %d others", subject.title, [newsfeeditem count] - 1];
以及应用程序中的更多内容。基本上我正在构建一个像 facebook 这样的新闻提要风格,它有字符串常量。废话喜欢废话。我应该在哪里/如何做这些字符串常量,以便轻松实现国际化?我应该有一个文件只用于存储字符串常量吗?
【问题讨论】:
-
还有一个很好的教程here。
标签: iphone objective-c ios ipad internationalization