Cross Platform: How to put an ampersand into TranslatedStrings
I want to show the string "B & W" as a title.
If I put "B & W" into my TranslatedStrings, I get
Windows: "B W"
Mac: "B & W"
If I put "B && W" into my TranslatedStrings, I get
Windows: "B & W"
Mac: "B && W"
If I use the unicode for ampersand nothing changes. Do I have to use different zStrings for different Platforms? Or should I wrap the LOC function with custom code and always put "&&" into my TranslatedStrings?
