Have any where a where have Localization of icon and Launch screen in iPhone? If Yes.
I read and read and read but i didn't find a example to do this.
Example XCode Please :)
Icons and launch screens can't be localized, even with the new kind of launch screens that are based on storyboards instead of images
http://oleb.net/blog/2014/08/replacing-launch-images-with-storyboards/
you can click the picture on the left of xcode,and on the right side of xcode,click localizable to localize the image,and you will notice that there are folders like en.lproj,in the folder ,change the picture with the english ones.
Localizing Launch Screen with the help of Multiple LaunchScreen Storybaords and Plist.
Xcode Create InfoPlist.strings file and localise. ie Name it as a the country name + version
App Store Connect & Developer Programme n.b. you can see which icon performs best with App Store Connect (ASC) when you're app (hopefully) launches you can run A/B/C testing to see which one performs best and use that one in conjunction with localisation data offered by ASC
Hope this has helped!