Initially, my iPhone language was English. Later, I changed it to French. And when I printed Bundle.main.preferredLocalizations.first, it was correctly printing the current language as fr.
Now I changed it back to English. But still when I print Bundle.main.preferredLocalizations.first the language is still being shown as fr i.e. French instead of English. Also, I changed the language to Hindi. But still, Bundle.main.preferredLocalizations.first prints fr.
What could be the reason for this...?