How do I localize a UITextView? I saw a lot of examples for a UITextField but none for UITextView.
I need to localize my application's description in the about section.
How do I localize a UITextView? I saw a lot of examples for a UITextField but none for UITextView.
I need to localize my application's description in the about section.
If you've written the description directly into a UITextView in the XIB, you will need to duplicate the XIB (just use Xcode's localization tool) and then copy and paste the translated text into the new XIB.
If there are several XIBs or you need to send the text to translators, just use GENSTRINGS on all the XIBs. See here: http://kb.applingua.com/2011/07/extracting-strings-from-your-m-class-files/