« Return to Thread: Re: how to localize a common dialog box

Re: how to localize a common dialog box

by Public cai :: Rate this Message:

Reply to Author | View in Thread

Hi list,

does anybody know how to display a common dialog box such as
wxDirDialog with its strings translated to the language used by the
code calling this dialog box (in this case, German)? I could translate
the message given as parameter to wxDirDialog constructor. Also, the
title could be easily changed by using wxDialog::SetTitle(), but the
name of the buttons, how could I also translate them?...

Thanks,

Cristina.
_______________________________________________
wxpython-users mailing list
wxpython-users@...
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

 « Return to Thread: Re: how to localize a common dialog box