Dynamically change Splash Screen

Hello,

I’ve been working on a simple app that I’ve published to Apple’s App Store. The app is in English only. However I have now translated the app to German and French.

The App dynamically changes the text within the app based on the users SystemLanguage at runtime. This all works fine.

However I can’t seem to figure out how to dynamically change the splashscreen, is this possible?

I do indeed have my own custom splashscreen, which is an image - however the image has some English text on it. I would like to dynamically switch in and out the image with a French version, or German, etc.

Any ideas how I can achieve this?

Thanks.

How about creating a fake splash screen, which is basically a scene. If text is created in UI you can change that without any problems. I don’t think that’s possible using unity built in splash screen.