I am having trouble with supporting multiple languages. I have a list of strings in multiple languages on a sever and I am downloading them on runtime. For every string there is a list of supported languages formatted like "en-US", "nl-NL"
etc.
I want my app to pick the best matching translation for the default Locale. If there is no best, it should pick en-US
An example for iOS is here
Do you know a solution or a library that can help me?