I used a TExtView to display a non-editable multiline text.
TextView's text is present on Main.string files (from Main.storyboard) but I'm unable to have it used.
Is
If so, way it is present on the string file?
TextView's text is present on Main.string files (from Main.storyboard) but I'm unable to have it used.
Is
Code Block textView.text = NSLocalizedString(...)
the correct way to translate TextView?If so, way it is present on the string file?