All Questions
Tagged with google-translation-api .net
5 questions
0
votes
0
answers
172
views
Google Translation .Net API support for Proxy settings
I am trying to access google translator services using nuget package of GoogleTranslator V3. In our production we have a server with proxy enabled hence we need to invoke the Google translator V3 API'...
0
votes
0
answers
131
views
Translate Words based on their spelling an not their meaning using Google Cloud Translation Service in C#
I have an application where a user can add clients in both Arabic and English, my use-case is simple:
user fill-in the client first name and last name in Arabic
behind the scene, I call my backend to ...
0
votes
0
answers
70
views
Asp.net MVC application and get JSON result from database and input it to google cloud translation v2 and get json result
I need to send 2000 words at a time as a json file to google cloud translation api V2 and get a json result from the api for all the words at once. Is that possible. If yes, please provide any sample ...
1
vote
2
answers
588
views
How can I set Google API Key programmatically? I'm getting "The request is missing a valid API key." Error (403)
I am accessing the .NET DLL in LabVIEW for the google translation API (Google.Cloud.Translation.V2.dll), and tried to set the "GOOGLE_APPLICATION_CREDENTIALS" via the command prompt as shown in Google'...
2
votes
1
answer
854
views
WebClient returning unidentified encoding from Google Translate API?
I'm using this link: https://translate.googleapis.com/translate_a/single?client=gtx&sl=auto&tl=en&dt=t&q=myTextHere
When I feed it Japanese characters such as, テスト中..., the ...