A problem we’re having is that there is no way to localize the Default.png startup screen.
Because Default.png loads before any program code, there’s no way to redirect users to foreign language versions of the startup screen (as far as I know. Anyone find a solution to this?)
It would be great if Corona would detect language settings and load the startup screen in the corresponding language: Default_DE.png, Default_FR.png, Default_JA.png etc.
Alternatively – another approach might be to replace the Default.png file after the first load. This of course, is not as good, because users would see an international Default.png on the first-load. …But Corona doesn’t seem to have the ability to copy/replace the file anyway.
If we could replace the Default.png file we could use:
local language = system.getPreference( "ui", "language" )
and after the first load, replace the Default.png with the corresponding language version.
…but it seems like the best solution would be for Corona to do a quick check of language settings on the device and load the corresponding .png.
[import]uid: 40285 topic_id: 13279 reply_id: 313279[/import]