Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b574305

Browse files
committed
Update LanguageController.cs
1 parent 75b17d4 commit b574305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎CS/Controllers/LanguageController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public async Task<IActionResult> GenerateLanguageSettingsForParagraphs(IFormFile
2626
try
2727
{
2828
var languageHelper = new AzureAILanguageHelper(languageAzureKey, languageEndPoint);
29-
var translationHelper = new AzureAITranslationHelper(translationAzureKey, translationEndPoint,"westeurope");
29+
var translationHelper = new AzureAITranslationHelper(translationAzureKey, translationEndPoint);
3030
using (var server = new RichEditDocumentServer())
3131
{
3232
await RichEditHelper.LoadFile(server, documentWithHyperlinks);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /