2

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 :)

rmaddy
  • 314,917
  • 42
  • 532
  • 579
George
  • 53
  • 1
  • 6

4 Answers4

7

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/

Jerome Diaz
  • 1,746
  • 8
  • 15
  • okay i will test this later but this can not working for app icon or? – George Jan 25 '15 at 18:14
  • Read my answer again, there is no way to localize icon and launch screens – Jerome Diaz Jan 25 '15 at 20:42
  • 2
    "there is no way to localize icon and launch screens" This isn't entirely true. We are localizing our launch images using *.lproj approach. Works like a charm. – Psylocke Mar 02 '16 at 09:29
  • 1
    @Psylocke could you please explain the exact way you are able to do the trick? I've tried several ways localizing storyboard but nothing worked for me. It would be great to post all the steps here as an answer, thanks! – vitaliy Mar 19 '16 at 20:58
  • 1
    It CAN be localized. Check answer by Matt H in this post. http://stackoverflow.com/questions/3421868/localization-of-default-png-is-not-working – LembergSun Oct 30 '16 at 09:00
  • launch screens can be localized if you use "launch screen.xib" – ZYiOS Mar 29 '17 at 12:51
0

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.

csp
  • 11
0

Localizing Launch Screen with the help of Multiple LaunchScreen Storybaords and Plist.

https://stackoverflow.com/a/45436837/1609259

Venu Gopal Tewari
  • 5,672
  • 42
  • 41
0

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!

New_Dev
  • 1
  • 3