how to change the Button text of wxWizard , not English

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.
Post Reply
exploder
In need of some credit
In need of some credit
Posts: 3
Joined: Mon Jan 28, 2008 1:54 pm
Location: China

how to change the Button text of wxWizard , not English

Post by exploder »

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
Experienced Solver
Posts: 72
Joined: Fri Feb 20, 2009 7:13 pm
Location: $(#wx)\src

Post by computerquip »

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
Moderator
Posts: 899
Joined: Sun Oct 03, 2004 10:33 am
Location: Oosterwolde, Netherlands

Re: how to change the Button text of wxWizard , not English

Post by NinjaNL »

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.
Follow the development of my screenplay authoring program at http://wxscreenplaywriter.blogspot.com/
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Post by catalin »

Post Reply