This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
-
exploder
- In need of some credit

- Posts: 3
- Joined: Mon Jan 28, 2008 1:54 pm
- Location: China
Post
by exploder » Sun Mar 15, 2009 2:19 pm
I am from China. I found that the text of buttons in wxWizard(e.g, the "Cancel" button) can not be changed; so under not modifying the wx Source code, what can I do?
I suggest that for better international and localized , those like wxWizard need a way for changing the UI text.

-
computerquip
- Experienced Solver

- Posts: 72
- Joined: Fri Feb 20, 2009 7:13 pm
- Location: $(#wx)\src
Post
by computerquip » Sun Mar 15, 2009 4:39 pm
Create your own. Cancel is just a useful default that's recommended of use by wxWidgets. The defaults are simply common and usually mandatory buttons that are needed and used often but occasionally you need your special little button.
-
NinjaNL
- Moderator

- Posts: 899
- Joined: Sun Oct 03, 2004 10:33 am
- Location: Oosterwolde, Netherlands
Post
by NinjaNL » Mon Mar 16, 2009 5:41 am
exploder wrote:I am from China. I found that the text of buttons in wxWizard(e.g, the "Cancel" button) can not be changed; so under not modifying the wx Source code, what can I do?
I suggest that for better international and localized , those like wxWizard need a way for changing the UI text.

http://wxwidgets.info/kastomizaciya-kla ... wxwidgets/
You will need to use google translate to convert the web page into your own language, but I think you should be able to see what is done there with wxHtmlEasyPrinting and apply that knowledge to wxWizard.
I don't know for sure, never tried, but it looks interesting.
-
catalin
- Moderator

- Posts: 1597
- Joined: Wed Nov 12, 2008 7:23 am
- Location: Romania
Post
by catalin » Mon Mar 16, 2009 11:55 am