0

How do i add splash screen for multiple languages that is based on users language of the phone ? That is if the user is danish then a danish splash screen if the user is english then english splash screen.

The project that i build is an output from the cordova ionic build that is once i build to remotely i open the xcode.proj file enter image description here For multiple languages how to i set up localized resource launch images in the build .

user581157
  • 1,327
  • 4
  • 26
  • 64

1 Answers1

-1

After enabling localization in the Project:

  • Localize your .xcAsset icons

than localize texts by:

1.

enter image description here

2.

enter image description here

3.

enter image description here

Ofir Malachi
  • 1,145
  • 14
  • 20