I'm using WKWebView in my app for web page where user can upload photo via camera or album or files. It seems WKWebView cannot localize label string of the menu: Photo, Album. It shows every menu label with 'localized string not found' These menus are provided from Apple and I couldn't find any place that I can handle the string or localization. As far as I know there's nothing for localization in the web side but only setting the input type.
Can anybody help for fixing the 'localized string not found' problem for WKWebview?
Can anybody help for fixing the 'localized string not found' problem for WKWebview?