When adding text directly to UI forms, \n can be used to signify line spacing; however, using translation keys (from .lang files) doesn't allow me to use \n.
How do I create line spacing using translation keys?
As an example, I need a UI button to have two lines like so:
(Without translation keys) "Button Text\nButton Subtext"
^ How do I do this with translation keys? ^