I have a Java desktop application running from a JAR file, using a MANIFEST.MF file as follows:
Manifest-Version: 1.0 Main-Class: myMainClass SplashScreen-Image: splashImage_en.jpg
Is there a way to specify more than one splashscreens and load the correct one based on the client OS language? For example, I want to load splashImage_en.jpg if the app is run on an English OS and splashImage_fr.jpg if run on a French OS.