In source codes, it so simple. What to do is use _("some strings to be intranslated")  to replace all the strings to be shown.
After done, use gettext to get *.po that will be chaned into *.mo.  Something more about wxLocal can be seen in wxWidgets Handbook