_Translate
 
	Simple translation library/UDF for AutoIt
 
	Inspired by gettext and AU3Text.
 
	Usage
 
	Extractor
 
		Place compiled eci.exe binary under eci\build folder
	 
	
		Run Extract.au3 script to interactively extract all translatable strings from your script
	 
	NOTE: The extractor will only extract translatable strings from your code (i.e strings wrapped in the _ function):
 
#include "_.au3"
ConsoleWrite("This string will NOT be extracted")
ConsoleWri