You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling getVoices() with Chrome on Android, the language returns BCP-47 language tags where an underscore is used as a separator (en_US) instead of an hypen (en-US).
This is a fairly minor issue, but should be addressed by the Chrome team to avoid the need for specific code for handling Chrome on Android.
When calling
getVoices()
with Chrome on Android, thelanguage
returns BCP-47 language tags where an underscore is used as a separator (en_US
) instead of an hypen (en-US
).This is a fairly minor issue, but should be addressed by the Chrome team to avoid the need for specific code for handling Chrome on Android.
Link:
Also reported in:
The text was updated successfully, but these errors were encountered: