0
Next I’m trying to use Swift’s string localization system, but apparently it doesn’t recognize the strings, for example instead of appearing the string Start appears txtinicio, I’m trying to access the strings like this :
NSLocalizedString("txtinicio", comment: "")
My settings are like this :
My string file has strings like this :
"txtinicio" = "Início";
String file configuration is like this :