Displaying 1 result from an estimated 1 matches for "sauver".
Did you mean:
sauber
2005 Aug 22
1
Internationalization questions
...utton labels translated when running in a
non-English locale. For example, when running in a French locale, the
command
winDialog(type="yesnocancel", message=gettext("Save workspace image?",
domain="RGui"))
produces a dialog box with the message translated to "Sauver une image de la
session?", but the buttons still read "Yes", "No", and "Cancel".
Is this the intended behaviour? Is there any way to get the button text
translated? I've implemented a partial solution that uses a substitute for
tkmessageBox(), but it is a bi...