inline bool NeedStripNewLines() const;
NeedStripNewLines determines whether the player will strip trailing new lines from the string keys passed to translate.
Trailing paragraph tags in HTML text fields can cause new lines to be generated in the end of the key strings passed for translation. If not accounted for, these extra characters can cause translation lookup to fail. Implementers can choose to either process these manually in Translate, or set the Cap_StripTrailingNewLines flag for the player to do it automatically.
A Boolean value of true if the Cap_StripTrailingNewLines flag is used, false otherwise.