Skip to content

Commit 8c92b28

Browse files
Update articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/csharp.md
Co-authored-by: Eric Urban <[email protected]>
1 parent f6ef7a7 commit 8c92b28

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Follow these steps to create a console application and install the Speech SDK.
9292
}
9393
```
9494

95-
1. To change the speech recognition language, replace `en-US` with another [supported language](~/articles/ai-services/speech-service/language-support.md). For example, use `es-ES` for Spanish (Spain). If you don't specify a language, the default is `en-US`. For details about how to identify one of multiple languages that might be spoken, see [Llanguage identification](~/articles/ai-services/speech-service/language-identification.md).
95+
1. To change the speech recognition language, replace `en-US` with another [supported language](~/articles/ai-services/speech-service/language-support.md). For example, use `es-ES` for Spanish (Spain). If you don't specify a language, the default is `en-US`. For details about how to identify one of multiple languages that might be spoken, see [Language identification](~/articles/ai-services/speech-service/language-identification.md).
9696

9797
1. Run your new console application to start speech recognition from a microphone:
9898

0 commit comments

Comments
 (0)