Language Support
Stay organized with collections
Save and categorize content based on your preferences.
The Google Assistant Service uses a speech recognition engine that can
understand one of a wide variety of languages. These languages are
specified within a DialogStateIn
message's language_code
field or by using
the Google Assistant app.
The language code field consists of a
BCP-47 identifier. These tags are
typically of the form language-region, where language refers to
the primary language and region refers to the region (usually a
country identifier) of the particular dialect. For example, English
may either be represented by American English (en-US
), or British
English (en-GB
).
The Google Assistant Service can recognize speech and respond back accordingly
in the following languages.
Language |
language_code |
Language (English name) |
Deutsch (Deutschland) |
de-DE |
German (Germany) |
English (Australia) |
en-AU |
English (Australia) |
English (Canada) |
en-CA |
English (Canada) |
English (Great Britain) |
en-GB |
English (United Kingdom) |
English (India) |
en-IN |
English (India) |
English (United States) |
en-US |
English (United States) |
Français (Canada) |
fr-CA |
French (Canada) |
Français (France) |
fr-FR |
French (France) |
Italiano (Italia) |
it-IT |
Italian (Italy) |
日本語(日本) |
ja-JP |
Japanese (Japan) |
Español (España) |
es-ES |
Spanish (Spain) |
Español (México) |
es-MX |
Spanish (Mexico) |
한국어 (대한민국) |
ko-KR |
Korean (South Korea) |
Português (Brasil) |
pt-BR |
Portuguese (Brazil) |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The Google Assistant Service leverages speech recognition to understand various languages, specified by the `language_code` field or the Google Assistant app settings."],["Language codes adhere to the BCP-47 standard, typically formatted as *language* -*region* to denote dialects like `en-US` for US English and `en-GB` for British English."],["The Google Assistant Service supports a range of languages for speech recognition and responses, including English, German, French, Italian, Japanese, Spanish, Korean, and Portuguese variations."],["Users can refer to the provided table for a comprehensive list of supported languages and their corresponding `language_code` values."]]],[]]