Here the problem is:
I have created "en.lproj" and "en-AU.lproj" with Different Default.png images with the same name. I have set "English" as a language and for locale i have set "Australia".
But On launch i am getting Splash Screen referenced to "en.lproj" folder.
I need to get Splash Screen referenced to "en-AU.lproj" folder.
PS: I have checked my code , everything is correct with respect to setting or getting the UserDefaults.
Any Idea?