lang property
The lang property of the SpeechSynthesisUtterance interface gets
and sets the language of the utterance.
If unset, the app's (i.e. the html
lang
value) lang will be used, or the user-agent default if that is unset too.
Implementation
external String get lang;
Implementation
external set lang(String value);