Localising a UILabel with attributed string from a Storyboard
问题 I have a UILabel with text set as "attributed" in a storyboard. When I generate the Main.strings file for translating into a different language the text for this label does not appear. I tried to add manually an entry into the Main.strings file by copying the object id. I tried setting the "text" property and the "attributedText" property but when I run the app the translated string is not used. So, how do I localise an UILabel set as "attributed" on a storyboard? 回答1: I ended up solving this