I have a localized app. I use WKWebView
and also make some network requests. All the app localization works as expected. But errors from webView:didFailProvisionalNavigation:withError
are always in English. I haven't found any information about any bugs on WebKit
or Error
side, but localizedDescription is always in English. Why?
Steps to reproduce:
webView:didFailProvisionalNavigation:withError
;Finally, I have found a confirmation, that it's an Apple bug.