Beispiel #1
0
			translate.text(languages,function(txt) {
				//respond with the translated test, decoding the html entities
				client.say(destination,html.decode(txt))
			})	
Beispiel #2
0
			translate.text({input:pair[0],output:pair[1]},text,function(txt) {
				//respond with the translated test, decoding the html entities
				client.say(destination,html.decode(txt))
			})