Is there a way to change the casing of a LocalizedString?
For example, my string says:
“Action Points”
I want to get that string formatted as:
“ACTION POINTS”
or
“action points”
This would save on the number of items I have to localize, as otherwise I need individual items for each casing version, which is more costly, plus then it’s prone to error having different translations for each one.
I couldn’t see anything in the documenation about this but maybe I’m missing something.
Thanks!
