When developing iPhone app, is there a good way to read from Japanese Localizable.strings file when your currentLocale is not Japanese? (e.g. your current locale is Korean for example).
Thanks in advance!
When developing iPhone app, is there a good way to read from Japanese Localizable.strings file when your currentLocale is not Japanese? (e.g. your current locale is Korean for example).
Thanks in advance!
[bundle pathForResource:@"Localizable"
ofType:@"strings"
inDirectory:nil
forLocalization:@"Japanese"];