I set up a test app with a localizable.strings file. In the project settings i add English-United Kingdom, french, and french-france
The "french" strings file works in the app. I see the localized version when i choose the language "france"
However, when i set language to English and Region Form to "United Kingdom", im expecting to see the string that comes from the en-GB strings file. Im seeing the English version. I'm obviously missing something here. Same when i use "French - France". i would expect it to use fr-FR version of the strings file.
I've got French-France, French-switzerland, etc. How do i implement these?
Thanks for the help.