i want to use NSLocalizedString() for different languages.
Code in Swift-file:
NSLocalizedString("Hoechstgeschwindigkeit", comment: "Höchstgeschwindigkeit");
Code in .strings file
Hoechstgeschwindigkeit="Höchstgeschwindigkeit";
It works , when i change my system language to spanish and english. It works also with german, but just when i edit the scheme and not when the system language is german and i don't know why. When i use german as system language the app returns the default.strings content of the keys.
(the german Storyboard .string file works with system language)
Thanks to everyone.