PhxMarco 0 Posted 3 hours ago Hi, I need to change the values used by the dialogs, for language translation. These are in FMX.Consts: { Dialog Strings } SMsgDlgWarning = 'Warning'; SMsgDlgError = 'Error'; SMsgDlgInformation = 'Information'; SMsgDlgConfirm = 'Confirm'; SMsgDlgYes = 'Yes'; SMsgDlgNo = 'No'; .... but what is the right way to change them, at compile time, at runtime, and how ? Thanks for any help Share this post Link to post