Currently, the Chrome x-webkit-speech seems only works well with English, can it be with other languages?
You can also add the lang
attribute to your <input>
element:
<input type="text" lang="es-MX" x-webkit-speech speech onwebkitspeechchange="this.form.submit();" />
This way you can have multiple controls in different languges in your page.
Cheers!
Add an attribute to <body>
like
<body lang="zh-Hans">
No official doc for this point, just my practice.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With