Avatar

Level 10

A form has been designed in french version.

The message box using the following syntax produces a dialog box with "Yes" and "No" options in English (as shown in figure)

xfa.host.messageBox("Some French Text","Message Title",2,2)

french.JPG

We need the buttons should display french captions as "Oui" and "Non". Any idea how to do that without creating custom dialog?

PS: The form's locale is set to French_Canada but still shows English captions;

Thanks for any advise,

Nith