I'm trying to use the swift string localization system, but apparently it does not recognize the strings, for example instead of appearing the string inicio appears txtinicio, I'm trying to access the strings like this:
NSLocalizedString("txtinicio", comment: "")
My settings look like this:
My strings file is with the strings like this:
"txtinicio" = "InĂcio";
String file configuration looks like this:
image2
image3
image 4