Set Language to () | |
set language to ( v):: tts | |
Category | Text to Speech |
Type | Stack |
Introduced in | 3.0 |
The Set Language to () block is a Text to Speech block and a stack block. The block causes text in the Text to Speech extension to be spoken using the pronunciation of the given language, but does not translate the text.
Example Uses
- Switching language during a script
when gf clicked set language to (English v):: tts speak [Hello!]:: tts set language to (French v):: tts speak [Bonjour!]:: tts