Problem-solving part of the internationalization of the English did not take effect

Foreword

Suddenly found that Chinese can be resolved, the English can not be resolved. Later found to be file storage English modified: retail/retail/class/consts/Localizable/en.lproj/Localizable1.stringscontent too long. The solution is:分开多个文件存储英文key,修改解析key顺序的代码逻辑

Parsing code is as follows

//{// 修改成为,从另外一个文件找,先从文件找,如果找不到就从文件二找。
- (NSString*)NSLocalizedStringFromTableInBundleWithKey:(NSString *)key table:(NSString 

Guess you like

Origin blog.csdn.net/u011018979/article/details/104300695