I could not find any reference to this in the QtDocs and not sure how a compiler would resolve this since it would be static, but if I was to do something like:

Qt Code:
  1. #define MULTILINGUAL_MESSAGE tr("I need to be translated")
To copy to clipboard, switch view to plain text mode 

Would this still be viable for multi language support?