I have an app with an \"Error\" message. I want to translate this error message.
OK, first I created a file named \"Localizable.strings\". In the file I wrote:
If localized string doesn’t show up, there might be another Localizable.strings in the pods so:
1 - Change “Localizable.strings" name to, say, Localized.strings
2 - Specify it as the tableName argument
let myStr = NSLocalizedString("key", tableName: "Localized", comment: "comment")