开发者

iPhone dev: is there any way to read from Localizable.strings file different from the current locale?

开发者 https://www.devze.com 2022-12-22 17:21 出处:网络
When developing iPhone app, is there a good way to read from Japanese Localizable.strings file when your currentLocale 开发者_C百科is not Japanese? (e.g. your current locale is Korean for example).

When developing iPhone app, is there a good way to read from Japanese Localizable.strings file when your currentLocale 开发者_C百科is not Japanese? (e.g. your current locale is Korean for example).

Thanks in advance!


[bundle pathForResource:@"Localizable"
                 ofType:@"strings"
            inDirectory:nil
        forLocalization:@"Japanese"];
0

精彩评论

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

关注公众号