Peter Lavender wrote: Hi,
15:47:08: Error: Cannot set locale to 'de_DE'. This gets written out 20 times ( possibly linked to the number of components doing relocale stuff - I really don't know ). I'm not sure where this is happening, ie, if it's a Wx output, or a Padre output, grepping for "Cannot set locale" through Padre's source doesn't reveal a line, so I'm wondering if it's a problem that Wx is reporting.
It's wxWidgets' output.
Also, while reading through the docs on Locale stuff I came across this: bool AddCatalog(const char *szDomain) Now in perl, when I do something like this: my $ok = $locale->AddCatalog("$prefix-$code"); $ok, should have 1 if successful?
Looking at the source code, it should return true if it finds and loads the .mo file.
in my tests, this doesn't appear to be the case.
You mean it returns false even if successful, or true when unsuccessful? Regards, Mattia