wxpython and wxlocale
From: Ya (tmartinez_at_ammsoft.com)
Date: 01/26/04
- Next message: Stephen Boulet: "Re: Single and double asterisks preceding variables in function arguments"
- Previous message: Terry Carroll: "Re: Newbie Nested Function Problem"
- Next in thread: Jarek Zgoda: "Re: wxpython and wxlocale"
- Reply: Jarek Zgoda: "Re: wxpython and wxlocale"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 26 Jan 2004 21:51:46 +0100
Problem:
In a computer it is wanted to install an application that must show
information in different languages.
Thanks to the module we, gettext, have been able to implement that the texts
that are shown are translated.
The user selects the language and act from a file .mo every language.
The problem are the messages and dialogues since it shows the buttons in the
language of the operating system by default.
Is there any way of telling python that the text of the dialogues is in a
specific language?
And in affirmative case. How is it made? since all the attempts have been
useless.
I think that wxLocale has to be used, but I do not become clear.
We are using Python 2.3.3 and wxpython 2.4.2.4 in W2K.
Greetings.
- Next message: Stephen Boulet: "Re: Single and double asterisks preceding variables in function arguments"
- Previous message: Terry Carroll: "Re: Newbie Nested Function Problem"
- Next in thread: Jarek Zgoda: "Re: wxpython and wxlocale"
- Reply: Jarek Zgoda: "Re: wxpython and wxlocale"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]