0

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:

image 1

My strings file is with the strings like this:

"txtinicio" = "InĂ­cio";

String file configuration looks like this:

image2

image2

image3

image3

image 4

image4

ielyamani
  • 17,807
  • 10
  • 55
  • 90

1 Answers1

0

I was able to solve the problem definitively, what was happening and that in the framework that I was using it used localizable, and used the default file Localizable.strings, in my project the file of strings also had that name, the solution was to change the name of the strings file in my project, it worked