Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9120855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:43:16+00:00 2026-06-17T05:43:16+00:00

Chrome implemented the HTML5 speech recognition API. Many languages are supported. I wanna know

  • 0

Chrome implemented the HTML5 speech recognition API. Many languages are supported. I wanna know which languages are supported and each language’s corresponding code which is used in the HTML element’s lang attribute.

For instance:

  • Polish (pl-PL)
  • Turkish (tr-TR)

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T05:43:17+00:00Added an answer on June 17, 2026 at 5:43 am

    Ok, if it is not published, we can try to at least figure this out.
    Let me put this table for the beginning and we will refine it if someone has more information.

    I’m making assumption that supported languages shall be similar to those supported by voice search and that google uses standard language codes and does that consistently across its services.

    I’ve looked up languages supported by voice search on wikipedia

    I’ve found language codes here, on google language settings page and here

    EDIT:
    I’ve experimented with backend voice recognition service. I’ve run a series of tests where I’ve passed the same english speech sample to the API but specified different dialect every time. It looks like:

    • If a language is not supported, recognition falls back to en-US (looks like it recognizes that the sample is in english)
    • If a dialect is not supported (or doesn’t exist) recognition falls back to main dialect or en-US in some cases
    • Main dialect can be specified just as first part of identifier. So ‘en-US’ and ‘en’ gives same results.
    • Recognition for some languages, like chinese and japanese gives results in english, different from en-US though, which is strange. Probably the sample is different very much from chinese and the service is clever to figure that out.

    I treat a dialect as supported if recognition gives a different result from en-US and from main dialect for the language. Still, to verify it 100% we need to run samples for each language.

    Legend

    • + Most of all supported, because test gives a result different from en-US and main dialect.
    • .+ Absent on wikipedia but most of all supported, because test gives result different from en-US and main dialect.
    • +? Most of all supported because it is listed on wikipedia. But test on my sample gives result identical to the main dialect. So either this is a coinsidense or language code is wrong.
    • .+? Not listed on wikipedia but looks like supported, because test gives result different from en-US and main dialect.

    Languages

    • + Afrikaans af
    • + Basque eu
    • + Bulgarian bg
    • + Catalan ca
    • + Arabic (Egypt) ar-EG
    • +? Arabic (Jordan) ar-JO
    • + Arabic (Kuwait) ar-KW
    • +? Arabic (Lebanon) ar-LB
    • + Arabic (Qatar) ar-QA
    • + Arabic (UAE) ar-AE
    • .+ Arabic (Morocco) ar-MA
    • .+ Arabic (Iraq) ar-IQ
    • .+ Arabic (Algeria) ar-DZ
    • .+ Arabic (Bahrain) ar-BH
    • .+ Arabic (Lybia) ar-LY
    • .+ Arabic (Oman) ar-OM
    • .+ Arabic (Saudi Arabia) ar-SA
    • .+ Arabic (Tunisia) ar-TN
    • .+ Arabic (Yemen) ar-YE
    • + Czech cs
    • + Dutch nl-NL
    • + English (Australia) en-AU
    • +? English (Canada) en-CA
    • + English (India) en-IN
    • + English (New Zealand) en-NZ
    • + English (South Africa) en-ZA
    • + English(UK) en-GB
    • + English(US) en-US
    • + Finnish fi
    • + French fr-FR
    • + Galician gl
    • + German de-DE
    • + Hebrew he
    • + Hungarian hu
    • + Icelandic is
    • + Italian it-IT
    • + Indonesian id
    • + Japanese ja
    • + Korean ko
    • + Latin la
    • + Mandarin Chinese zh-CN
    • + Traditional Taiwan zh-TW
    • +? Simplified China zh-CN ?
    • + Simplified Hong Kong zh-HK
    • + Yue Chinese (Traditional Hong Kong) zh-yue
    • + Malaysian ms-MY
    • + Norwegian no-NO
    • + Polish pl
    • +? Pig Latin xx-piglatin
    • + Portuguese pt-PT
    • .+ Portuguese (brasil) pt-BR
    • + Romanian ro-RO
    • + Russian ru
    • + Serbian sr-SP
    • + Slovak sk
    • + Spanish (Argentina) es-AR
    • + Spanish(Bolivia) es-BO
    • +? Spanish( Chile) es-CL
    • +? Spanish (Colombia) es-CO
    • +? Spanish(Costa Rica) es-CR
    • + Spanish(Dominican Republic) es-DO
    • + Spanish(Ecuador) es-EC
    • + Spanish(El Salvador) es-SV
    • + Spanish(Guatemala) es-GT
    • + Spanish(Honduras) es-HN
    • + Spanish(Mexico) es-MX
    • + Spanish(Nicaragua) es-NI
    • + Spanish(Panama) es-PA
    • + Spanish(Paraguay) es-PY
    • + Spanish(Peru) es-PE
    • + Spanish(Puerto Rico) es-PR
    • + Spanish(Spain) es-ES
    • + Spanish(US) es-US
    • + Spanish(Uruguay) es-UY
    • + Spanish(Venezuela) es-VE
    • + Swedish sv-SE
    • + Turkish tr
    • + Zulu zu
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have implemented an AJAX file uploader in HTML5 using xHR2 and File api
The new HTML5 details and summary elements, are currently implemented in Chrome 12. I
I have implemented the plugin by NPAPI for Firefox, Chrome, Safari, but there is
I've encountered a strange bug in Chrome 19. I implemented a full-AJAX website (every
I'm wondering if, with the new File API exposed in Chrome (I'm not concerned
I am using latest google chrome..I am trying to implement HTML5 indexedDB example. AIM
Hey there. I have to use the Google Chrome Frame to support certain HTML5-features
I have found several posts about new functions in HTML5 Canvas API, like Path
I have implemented Simple Google Map Direction Api Javascript in my webpage. When my
I'm trying to implement HTML5 Drag and Drop with a custom drag image, which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.