I am trying to localize an app in Dutch, but the emulator doesn't seem to pick up and recognize the Dutch versions of my resource strings.
I have a base Strings.resx file with the english translations. Then, I have Strings.nl.resx with the Dutch translations. I also have Strings.es.resx, Strings.fr.resx, and Strings.it.resx.
When I change the emulator's language to Spanish, French, or Italian, it picks up those translations, but when I switch to Dutch, it uses the English translations. Am I using the right character code for the Dutch translations?