Re: Native Language Dialogue boxes.
Steve Cookson - gmail <[email protected]>
| Newsgroups | gmane.comp.lang.perl.wxperl |
|---|---|
| Message-ID | <[email protected]> |
Hi Johan, Oh wow, it's true. It was just bad luck that I chose RichTextFormattingDialog. These work for me: - Wx::FontDialog - Wx::ColourDialog - Wx::FileSelector And these don't: - Wx::RichTextFormattingDialog, - Wx::HtmlHelpController Ok, it's a step in the right direction. Maybe I just need to update the _T()'s in those. Actually, I'm thinking of getting rid of the Wx::HtmlHelpController anyway and writing my own. Regards Steve On 18-10-2014 13:14, Johan Vromans wrote: > [Quoting Steve Cookson - gmail, on October 18 2014, 12:46, in "Re: Native Language "] >> Thanks for taking the trouble to do this. It worked as advertised, but >> only for buttons. >> >> What about this one (tt-1.pl). > Did you try other common dialogs, e.g. file open? > > It could be that the RichTextFormattingDialog is not (yet) translated > internally. > > -- Johan >