Jump to content

Ayuda con traductor de google script


djantony

Recommended Posts

function textToSpeech(txt,lang)
	if lang then
		playSound("http://translate.google.com/translate_tts?tl="..lang.."&q="..txt.."&client=tw-ob", false)
	else
		playSound("http://translate.google.com/translate_tts?tl=en&q="..txt.."&client=tw-ob", false)
	end
end
addEvent("client_textToSpeech" , true )
addEventHandler("client_textToSpeech" , getRootElement(), textToSpeech)

mi ayuda es como lo puedo poner en español como ven ese script lo encontre en una comunidad brasileña me ayuda para ponerlo en español?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...