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.