From: Patrick E. <pa...@pa...> - 2004-04-02 06:59:17
|
On Thursday 01 April 2004 03:05, Dave Fancella wrote: > On Thursday 01 April 2004 06:00 pm, joakim verona wrote: > > How does i18n work in wxWidgets? > > http://www.wxwidgets.org/manuals/2.4.2/wx460.htm#internationalizati >on > > Not sure how this affects xrc. I'm suspect it doesn't help with XRC, but the cool thing is that it doesn't matter so much. It would be pretty easy to parse the XML and replace all the strings in the dialogs. If the dialogs are problematic in terms of length of text or something, they could be translated by hand. Since the XRC files are all loaded at runtime, it would simply mean using a different set of resources. Patrick |