You have developed new functionality and need to show a message by using a dialog box in
several languages. How should you create the dialog message?
A.
Add a Text Constant and use the ConstvalueML property.
B.
Add a new variable as text and add the languages using the OptionCaptionML property.
C.
Add a new variable as text and add the languages using the CaptionML property.
D.
Create a variable with the Dialog datatype and then add the languages.