So I am trying to localize
my app. Right now my whole App, all the Strings
are in German. My Goal is that in German speaking countries (Germany, Austria & Switzerland) the language should be German and everywhere else it should be English. I understand that I can simply add a .localization
-file for `english. But I think that this is only changes the language for english speaking countries and for the rest it still shows the base language right?
What is the best way to achieve my goal here?
I do not want to change all the labels inside my app and make the base language english and just add a German localization file because that would be way too much work... However I am not quite sure if there is another way. Happy for every help, I hope my problem is clear.