Page 1 of 1

Codelite and multilanguage

Posted: Thu Mar 12, 2009 4:57 pm
by guenni81
Hello,
is in a later release multilanguage scheduled?

Re: Codelite and multilanguage

Posted: Thu Mar 12, 2009 7:31 pm
by eranif
Not ATM

The update should be relatively easy:
replace all message macros and menu entries from using wxT() macro to use the _() macro
add catalog loading file code in the initialization

However, it is not scheduled

Eran

Re: Codelite and multilanguage

Posted: Fri Mar 13, 2009 2:25 am
by guenni81
OK, this was interesting for me.
I know, Applications with wxWidget and multilanguage support is easy and with your IDE
even easier. ;)