Re: Native Language Dialogue boxes.
Steve Cookson - gmail <[email protected]>
| Newsgroups | gmane.comp.lang.perl.wxperl |
|---|---|
| Message-ID | <[email protected]> |
Hi Johan,
Thanks for this.
On 17/10/14 12:22, Johan Vromans wrote:
> use Wx qw(wxLANGUAGE_DEFAULT wxLOCALE_LOAD_DEFAULT);
> my $local = Wx::Locale->new(wxLOCALE_LOAD_DEFAULT, wxLOCALE_LOAD_DEFAULT );
> $local->AddCatalog("app"); # replace with the appropriate catalog name
I'm not sure about this last line, where do I get these catalogues
from? Or is it just "pr_BR", or something?
My main issue is the standard dialogue boxes, like:
* wxColourDialog
* wxFontDialog
* wxPrintDialog
* wxFileDialog
* wxDirDialog
* Help screens
They all have English words in them. Will ...
$local->AddCatalog("app")
...fix that?
Regards
Steve