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.
在 UIWebview 中打开 pdf 时,屏幕左上角会出现一个小信息框。我希望此信息框的语言与应用程序语言相同。目前我只有法语“1 sur 2”,而我需要荷兰语“1 op 2”
是否可以为此强制使用语言?我一直在更改 nsuserdefaults 的应用程序语言,但似乎对此没有影响。任何帮助将不胜感激,谢谢!
这个信息框似乎使用了设备的语言。在 NSUserdefaults 中更改语言时,需要重新启动应用程序,然后 uiwebview 才会考虑到这一点。