I want to translate my app to different languages with localizable strings and it worked so far.
My problem is I have very long texts in my app and in the translated version everything of the UILabel text is bold. But I only need some parts to be bold. I could make for every language a new storyboard with a new main document, but I am afraid my app will get slow with this solution.
Is there an easy solution where I can edit the translated version? I am using Xcode 14.
I don't even know what to try.