This tutorial shows how to:
	Create simple wxWidgets application 
	Extract string constants from source code with poEdit and create .PO file 
	Translate string constants with poEdit 
	Create message catalog (.MO file) with poEdit 
	Apply translation with wxLocale class 
You can download this video here.
	I was digging wxForum searching for a solution of some of my problems and realized that many people ask questions related to wxLocale and multilingual applications and it seems that setting up the development of multilingual applications is hard enough for junior programmers. So, today I want to tell you about how to start…. start the development of software which supports different languages.