Retrieve Translation Table from external database table 
For each block of text delimted by the <Document> and </Document> tags in the input data
	Retrieve Language from input data
	Retrieve Location from input data
	For each entry of the Translation Table whose Language and a Location match the ones in the current block of input data
		Search all occurences of current entry Label Code and replace with corresponding Label (except in tag names)		
	End of current For each loop
End of current For each loop                       