[Gambas-user] Bug in gb3: Message buttons are not translated
Matti
math.eber at ...221...
Thu Feb 17 20:59:23 CET 2011
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
More information about the User
mailing list