Hi,
In dialog, i have custom action script inline display MsgBox for information / warn / error...
Script Inline Example:
MsgBox "Please choose two different port numbers.", vbOKOnly + vbSystemModal + vbExclamation, "Warning"
How to translate "Please choose two different port numbers." in other language ?
I use Dictionary translate XML properties but I believe that this will not work for customs action,
Thanks
FOLLOW US