Question:
Why do the MsgBox and the Display objects show the same value of a variable, but in different languages?
Solution:
This happens because the MsgBox object uses the Visual Basic standard and returns the message in the language set on Windows, and the Display object always shows it in English.