Text-Translation-API-V3-PHP
Text-Translation-API-V3-PHP copied to clipboard
Add region in Translate.php
Reference Issues / PRs
Without the region information, Azure will return 401 Unauthorized error as described in Issue 7.
Changes
Add the $region variable. Update the translate function to introduce the $region variable.