I need use text on splash screen in four different language.
Is any way to localize Launchimage in Xcode 6?
I don't find any good solution.
I need use text on splash screen in four different language.
Is any way to localize Launchimage in Xcode 6?
I don't find any good solution.
Don't use images. Use xib files.
In project settings general tab: Launch screen file.
xib can be localized.
If you create new project (lets say simple view app) it is done for you. Test it on small test project first.
Edit:
For compatibility with older iOS version 7 and bellow:
use good old images. Add image to the project (do not use image assets), select image in xcode, open side menu, first tab, you find there localize, hit that button, check all required languages, copy localized copies of image to right folders that were created fro you. You are done. This approach works nicely, but drawback is that many images will increase bundle size user have to download.