I am rewriting my Android app for iOS and have encountered a small problem. In android I had strings.xml file with html attributes and my strings looks like:
Now for iOS I made Localizable.strings and I have to made the same Strings like in Android.
How can I easy use attributes like <b> <br> <big>
etc. in my Localization.strings ? I have a lot of strings and attributes to add, something like 6000 lines. How to make it easy as possible?