作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
enter image description here在 iOS 中,我们可以更改印地语中的 App 本地化吗?我尝试了以下示例,但它只支持 info.plist 值 https://code.tutsplus.com/tutorials/ios-sdk-localization-with-nslocalizedstring--mobile-11603
最佳答案
是的,我们可以在应用程序中使用任何语言。您需要在应用程序内选择语言而不是设备的设置语言。定义本地化包中的所有关键字。
NSString *selected_lng_code = @"hi"
NSString *path = [[NSBundle mainBundle] pathForResource:selected_lng_code ofType:@"lproj" ];
NSBundle *localizedBundle = [NSBundle bundleWithPath:path];
NSString *translated_word = [localizedBundle localizedStringForKey:@"Hello" value:@"" table:nil];
关于ios - 如何在印地语或泰米尔语中更改 ios APP 字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42415155/
我是一名优秀的程序员,十分优秀!