How to change at runtime the value of SMsgDlgYes, SMsgDlgNo, etc

  

How can I change/translate at runtime the value of resourcestring consts like SMsgDlgYes, SMsgDlgNo, etc. as used by TDialogService.MessageDialog?

It’s for a FireMonkey app (iOS/Android/Windows) so I can’t use Windows API like VirtualProtect.

Comments are closed.