Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于 iOS 具有本地化能力,但我想要一个特殊的本地化字符串,它不包含在标准本地化中。我可以实现本地化方法来切换本地化文件吗?谢谢。
您是否尝试过使用 NSUserDeafaults?
在某些视图中(可能是“myProperties”)创建一个带有本地化的数组(可能是“英语、俄语、德语”)并选择它。然后,在您需要设置本地化的某些 view6 中,从您的属性中获取它...
哦,我想,每个属性都包含 localTimeZone 的不同 TimeInterval 值,也许还有一些用于本地化设计的 button.textLabels ......
对不起我的英语不好 ((