From: Mattia B. <mb...@ds...> - 2002-10-29 18:50:50
|
On Mon, 28 Oct 2002 16:58:25 +0100 Jouke Visser <jo...@pv...> wrote: > To be more precise: > > the ones that work: 'en', 'fr' and 'it' > the ones that don't work: 'nl', 'de', 'es', 'pt_br', 'jp' The third argument to wxLocale->new is (I discovered it just now), platform specific[1]; in Windows (according to MSVC5 documentation) de => deu (german) | dea (austrian german) nl => nlb (belgian dutch) | ndl (netherland(ese?) dutch) es => esp (default) | esm (mexican) | esn (modern) ... [2] > These languages are the ones that I have .po and .mo files for Regards Mattia [1] you can argue that wxWindows is all about avoiding platform specificity (and I agree with you). I think the reason is that there juat way too much weird paltforms around to cope with. You can always ask on wx-users, though. [2] to be hones that page does not list "it" nor "fr", nor "en", but since them "just worked" I did not notice until now |