salarcode / AutoResxTranslator

A tool to automatically translate Resx files to any language using Google Translator. No API key is required for the translator. This tool also provides a text translator out of the box.
92 stars 37 forks source link

MsCognitiveServicesApiUrl broken #10

Closed Mecanik closed 3 years ago

Mecanik commented 3 years ago

This is not working anymore:

private const string MsCognitiveServicesApiUrl = "https://api-apc.cognitive.microsofttranslator.com";

This is the correct link:

https://api.cognitive.microsofttranslator.com/

Thanks

salarcode commented 3 years ago

I have no way of verifying this, is this the correct url?

salarcode commented 3 years ago

maybe here: https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translate

Mecanik commented 3 years ago

https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-reference

Mecanik commented 3 years ago
Geography | Base URL (geographical endpoint) -- | -- Global (non-regional) | api.cognitive.microsofttranslator.com United States | api-nam.cognitive.microsofttranslator.com Europe | api-eur.cognitive.microsofttranslator.com Asia Pacific | api-apc.cognitive.microsofttranslator.com
salarcode commented 3 years ago

Thanks updated