Call MsgBox <
              Title   : MSG_QUESTION,
              Text    : MSG_ARE_YOU_SURE,
              Buttons : MB_YES | MB_NO | MB_HELP
            >
            'Reply'
            (
              Const, 'S' : S = `Const`Settings.Language_code
            )
            (
              Message, 'Reply' : Call MsgBoxProc Message 'Reply'
            )
