My watchKit app seems to only want to localize Interface.storyboard strings properly depending on the language. When I run the app, any localization strings I have for the UI elements in the storyboard follow the language the watch is set to.
This is now the case for the strings in my code. It keeps choosing my "es" (Spanish) language localizations whether the watch is in English or Spanish.
I can assure you right now that my Spanish strings are in the Localizable.strings file that is checkmarked to Spanish.
Any ideas what could be happening here?
Thanks!