Next 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 Home appears txtinicio, I'm trying to access the strings like this:
NSLocalizedString("txtinicio", comment: "")
My settings look like this:
Mystringfilehasthefollowingstrings:
"txtinicio" = "Início";
String file configuration looks like this: