With the exception of Message.Optional, all other messages display the buttons
in the original language.

Test it in any form with any message:
Public Sub Form_Menu()
  If Message.Question(("Do you really want to?"), ("Yes"), ("No")) = 1 Then
    Me.Close
  Endif
End

The strings "Yes" and "No" will show in the translation form, but if you
translate them, at runtime it will always be "Yes" and "No".

Regards
Matti

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to