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.
在开发 iPhone 应用程序时,当您的 currentLocale 不是日语时,是否有一种从日语 Localizable.strings 文件中读取的好方法?(例如,您当前的语言环境是韩语)。
提前致谢!
[bundle pathForResource:@"Localizable" ofType:@"strings" inDirectory:nil forLocalization:@"Japanese"];