Google provides its Translation API that looks very promising and useful. So I was very enthusiastic when we decided to use it in our Localizer project.
Unfortunately I can’t say that API is well documented. And of course there is no tutorial that describes how to use it in Delphi 2009 as we need to do.
I spent some time searching the web and found a few articles concerning this task but not a single of them give me a solution.
All found articles suggest to use the http://google.com/translate URL to access the translation service. It is not quite correct. First, this URL is used for end-user requests via browser. Its parameters are not documented and can be changed any time. Second, the response is a regular web page with a lot of unnecessary tags, text etc. It is a kind of headache to extract the result from it. And, as well as the URL, the response layout can be (I’d even say it definitely will be) changed in the future.
Google describes the Translation API and gives another way to solve the task. The correct URL is the following: http://ajax.googleapis.com/ajax/services/language/translate. In this case the response format is a JSON encoded result with embedded status codes.
All we need to do is to construct a properly constructed URL with all necessary CGI arguments, send an http referer header that accurately identifies our application (Google terms of use requirement), and be able to process the JSON encoded response.
So far so good. Let’s try to write the Delphi function that translate some input string. We will use the Indy TidHttp component to send the http requests.
As I defined after investigating the argument part of the constructed URL should be converted to UTF8 and then encoded. As Google says “the value of a CGI argument must be properly escaped (e.g., via the functional equivalent of Javascript's encodeURIComponent() method)”. I tried to use some standard or third-party URL-encoding functions but not a single of them do it correctly in terms of Google expectations. The main problem is that all available functions encode the source string char-by-char when Google expects the string encoded byte-by-byte. So I had to do it myself.
function URLEncode(const S: RawByteString): RawByteString; const NoConversion = ['A'..'Z', 'a'..'z', '*', '@', '.', '_', '-', '/', ':', '=', '?']; var i, idx, len: Integer; function DigitToHex(Digit: Integer): AnsiChar; begin case Digit of 0..9: Result := AnsiChar(Chr(Digit + Ord('0'))); 10..15: Result := AnsiChar(Chr(Digit - 10 + Ord('A'))); else Result := '0'; end; end; // DigitToHex begin len := 0; for i := 1 to Length(S) do if S[i] in NoConversion then len := len + 1 else len := len + 3; SetLength(Result, len); idx := 1; for i := 1 to Length(S) do if S[i] in NoConversion then begin Result[idx] := S[i]; idx := idx + 1; end else begin Result[idx] := '%'; Result[idx + 1] := DigitToHex(Ord(S[i]) div 16); Result[idx + 2] := DigitToHex(Ord(S[i]) mod 16); idx := idx + 3; end; end; // URLEncode
The next question is how to extract the translation from the response we get. In our case the response format is a simple JSON object similar to the snippet shown below:
{ "responseData" : { "translatedText" : the-translated-text, }, "responseDetails" : null | string-on-error, "responseStatus" : 200 | error-code }
The best way is to use some library that works with JSON structures. For example, you may download and use the uJson unit.
For demonstration purpose it will be enough to process the response as regular string. We need to extract the status of the response (200 = OK), the translation text and the error string if status != 200.
// source - the string to be translated // langpair - the string that defines the source and target language in special format, // i.e. “en|ru”. The list of available languages and their abbreviations // you may find in Translation API description // resultString - the translation // result - the error message if any. Empty result means that // the function has been executed successfully function googleTranslate(source : string; langpair : string; var resultString : string) : string; var url, s, status : String; utfs : UTF8String; http : TidHttp; begin result := ''; http := TidHttp.Create; try utfs := UTF8String(source); utfs := URLEncode(utfs); url := 'http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=' + String(utfs) + '&langpair=' + langpair; http.Request.Referer := 'http://oursite.com'; http.Request.UserAgent := 'Our Application'; s := http.Get(url); status := Copy(s, pos('"responseStatus":', s)+18, length(s)); status := Copy(status, 0, pos('}', status)-1); if (status = '200') then begin //status is OK s := Copy(s, pos('"translatedText":', s)+18, length(s)); resultString := Copy(s, 0, pos('"}, "responseDetails"', s)-1); end else begin //an error occured s := Copy(s, pos('"responseDetails":', s)+20, length(s)); resultString := ''; result := Copy(s, 0, pos('", "responseStatus"', s)-1); end; finally http.Free; end; end;
At last we can try to translate something. Say, we are to translate “Hello world!” from English to Ukrainian.
var res, strValue : string; … res := googleTranslate('Hello world!', 'en|uk', strValue); if (res = '') then //translation is OK ShowMessage('Translation: ' + strValue) else //error ShowMessage('Error: ' + res);
I love this!!The blog is very nice to me. Im always keeping this idea in mind. I will appreciate your help once again. Thanks in advance.
ReplyDeletecore java training in chennai
core java Training in Anna Nagar
clinical sas training in chennai
Spring Training in Chennai
QTP Training in Chennai
Manual Testing Training in Chennai
Thanks for your efforts in sharing this information in detail. This was very helpful to me. kindly keep continuing the great work.
ReplyDeleteSpoken English Class in Anna Nagar
Spoken English Class in Porur
Spoken English Class in T Nagar
Spoken English Class in Adyar
Spoken English Classes in Chennai
Best Spoken English Classes in Chennai
IELTS Coaching in Chennai
IELTS Coaching Centre in Chennai
English Speaking Classes in Mumbai
IELTS Classes in Mumbai
Thanks for sharing this valuable information to our vision. You have posted a worthy blog keep sharing.
ReplyDeleteAzure Training in Chennai
Microsoft Azure Training
Machine Learning Training in Chennai
Blue Prism Training in Chennai
AWS Training in Chennai
Automation Anywhere Training in Chennai
Azure course in Velachery
Azure course in Tambaram
Azure Training in Porur
Excellent post, it will be definitely helpful for many people. Keep posting more like this.
ReplyDeleteSalesforce Training in Chennai
Salesforce Course in Chennai
Salesforce Training
AngularJS Training in Chennai
ccna course in Chennai
ReactJS Training in Chennai
Web Designing Training in Chennai
Salesforce Training in Velachery
Salesforce Training in T Nagar
Salesforce Training in OMR
Thanks for sharing excellent information. keep on sharing such useful info E Cigarette Australia
ReplyDeleteThanks for sharing such a nice Blog.I like it.
ReplyDeleteDell Technical Support Number USA
dell printer technical support phone number
Avast Customer Service Phone Number
phone number for malwarebytes
Thanks for sharing such a nice Blog.I like it.
ReplyDeletenorton com setup enter product key
norton.com setup with product key
enter norton product key code to activate
Thanks for posting this information. Keep updating.
ReplyDeleteSpoken English Classes in Chennai
Best Spoken English Institute in Chennai
french courses in chennai
pearson vue
Blockchain Training in Chennai
Ionic Training in Chennai
Spoken English Classes in Velachery
Spoken English Classes in Tambaram
Thanks for sharing such a nice Blog.I like it.
ReplyDeleteartfire
photozou
icyte
spreaker
instructables
deviantart
ted
ReplyDeleteThe article is so informative. This is more helpful for our
best software testing training in chennai
best software testing training institute in chennai with placement
software testing training
courses
software testing training and placement
software testing training online
software testing class
software testing classes in chennai
best software testing courses in chennai
automation testing courses in chennai
Thanks for sharing.
This is the first & best article to make me satisfied by presenting good content. I feel so happy and delighted. Thank you so much for this article.
ReplyDeleteLearn Best Digital Marketing Course in Chennai
Digital Marketing Course Training with Placement in Chennai
Best Big Data Course Training with Placement in Chennai
Big Data Analytics and Hadoop Course Training in Chennai
Best Data Science Course Training with Placement in Chennai
Data Science Online Certification Course Training in Chennai
Learn Best Android Development Course Training Institute in Chennai
Android Application Development Programming Course Training in Chennai
Learn Best AngularJS 4 Course Online Training and Placement Institute in Chennai
Learn Digital Marketing Course Training in Chennai
Digital Marketing Training with Placement Institute in Chennai
Learn Seo Course Training Institute in Chennai
Learn Social Media Marketing Training with Placement Institute in Chennai
Thanks for sharing an informative blog keep rocking bring more details.I like the helpful info you provide in your articles. I’ll bookmark your weblog and check again here regularly. I am quite sure I will learn much new stuff right here! Good luck for the next!
ReplyDeleteWeb Designing Training Institute in Chennai | web design training class in chennai | web designing course in chennai with placement
Mobile Application Development Courses in chennai
Data Science Training in Chennai | Data Science courses in Chennai
Professional packers and movers in chennai | PDY Packers | Household Goods Shifting
Web Designing Training Institute in Chennai | Web Designing courses in Chennai
Google ads services | Google Ads Management agency
Web Designing Course in Chennai | Web Designing Training in Chennai
Great Article. Thank you for sharing! Really an awesome post for every one.
ReplyDeleteIEEE Final Year projects Project Centers in Chennai are consistently sought after. Final Year Students Projects take a shot at them to improve their aptitudes, while specialists like the enjoyment in interfering with innovation. For experts, it's an alternate ball game through and through. Smaller than expected IEEE Final Year project centers ground for all fragments of CSE & IT engineers hoping to assemble. Final Year Project Domains for IT It gives you tips and rules that is progressively critical to consider while choosing any final year project point.
Spring Framework has already made serious inroads as an integrated technology stack for building user-facing applications. Spring Framework Corporate TRaining the authors explore the idea of using Java in Big Data platforms.
Specifically, Spring Framework provides various tasks are geared around preparing data for further analysis and visualization. Spring Training in Chennai
Hp envy 5055 carriage jam
ReplyDeleteMalwarebytes pop up
Thank you so much for sharing such a useful information. I will definitely share this with others....Helpful for website i like the article...Indian RRB Recruitment 2020 Board has its own perks and advantages which is why it is preferred by young people. If you get a job in Indian railway recruitment, you can expect career growth and promotions...
ReplyDeleteMust I say to thank you for sharing the very useful and informative post. I hope a lot of ideas from your blog...
ReplyDeleteGraphic Design Courses in Chennai
graphic design institute in chennai
Advanced Excel Training in Chennai
Linux Training in Chennai
Oracle Training in Chennai
Oracle DBA Training in Chennai
Power BI Training in Chennai
Tableau Training in Chennai
Pega Training in Chennai
Appium Training in Chennai
Amazing Post. keep update more information.
ReplyDeleteAviation Academy in Chennai
Air Hostess Training in Chennai
Airport Management Courses in Chennai
Ground Staff Training in Chennai
Aviation Courses in Chennai
Air Hostess Training Institute in Chennai
Airline Courses in Chennai
Airport Ground Staff Training in Chennai
Thanks for sharing information. Choosing computer accessories from leading IT store offer great discount and value for your money Computer Store Australia | All in One Pc Australia
ReplyDeleteKorzh.com developer tools blog!Thanks for sharing blogs with us and keep blogging. I would highly recommend website development in chennai | seo company in Chennai
ReplyDeleteKBC is india's Most awaiting TV Show to give you chance to win bumper cash prizes in KBC Show, Register in KBC and Win extra cash to change your fate. Its all about KBC. find your name in KBC Winner List 2020
ReplyDeleteYour blog furnishes all the required information for its readers. You have earned the respect from your readers by engraving an outstanding diligent work. Web Designing Course Training in Chennai | Web Designing Course Training in annanagar | Web Designing Course Training in omr | Web Designing Course Training in porur | Web Designing Course Training in tambaram | Web Designing Course Training in velachery
ReplyDeleteIt is really a very informative post for all those budding entreprenuers planning to take advantage of post for business expansions. You always share such a wonderful articlewhich helps us to gain knowledge .Thanks for sharing such a wonderful article, It will be deinitely helpful and fruitful article.
ReplyDeleteCyber Security Training Course in Chennai | Certification | Cyber Security Online Training Course | Ethical Hacking Training Course in Chennai | Certification | Ethical Hacking Online Training Course | CCNA Training Course in Chennai | Certification | CCNA Online Training Course | RPA Robotic Process Automation Training Course in Chennai | Certification | RPA Training Course Chennai | SEO Training in Chennai | Certification | SEO Online Training Course
Your blog have very good information regarding the led light, I also have some worth information regarding led bulb, I think this info will be very helpful for you
ReplyDeleteCyber Security Training Course in Chennai | Certification | Cyber Security Online Training Course | Ethical Hacking Training Course in Chennai | Certification | Ethical Hacking Online Training Course | CCNA Training Course in Chennai | Certification | CCNA Online Training Course | RPA Robotic Process Automation Training Course in Chennai | Certification | RPA Training Course Chennai | SEO Training in Chennai | Certification | SEO Online Training Course
https://digitalweekday.com/
ReplyDeletehttps://digitalweekday.com/
https://digitalweekday.com/
https://digitalweekday.com/
https://digitalweekday.com/
https://digitalweekday.com/
https://digitalweekday.com/
https://digitalweekday.com/
https://digitalweekday.com/
ReplyDeletehttps://digitalweekday.com/
https://digitalweekday.com/
https://digitalweekday.com/
https://digitalweekday.com/
https://digitalweekday.com/
https://digitalweekday.com/
https://digitalweekday.com/
Damien Grant
ReplyDeleteDamien Grant
Damien Grant
Damien Grant
Damien Grant
Damien Grant
Damien Grant
Damien Grant
Very interesting blog. Many blogs I see these days do not really provide anything that attracts others, but believe me the way you interact is literally awesome.You can also check my articles as well.
ReplyDeleteSecurity Guard License
Ontario Security License
Security License Ontario
Security License
Thank you..
Amazing Article,Really useful information to all So, I hope you will share more information to be check and share here.thanks for sharing .
ReplyDeletewebsite: Vietnam package tours
it is really a great and helpful piece of info. I am glad that you shared this helpful information with us. Please keep us informed like this. Thank you for sharing.
ReplyDeletemalaysia embassy singapore
I enjoyed over read your blog post. This was actually what i was looking for and i am glad to came here!
ReplyDeleteWebsite: Imitation jewellery manufacturers
Looking for best English to Tamil typing online, make use of our site to enjoy Tamil typing and directly share on your social media handle. Tamil typing Software Download | tamil typing keyboard practice
ReplyDeleteGood article! Thanks for sharing buy best laptops at Sovarup, a website for computers in melbourne
ReplyDeleteI have translated many times with google, but I didn't this way. How can you do it? I would see youtube video. If you want to get youtube views for your video just navigate here
ReplyDeletePost is very good its amzazing post I love them thanks for sharing.
ReplyDeletevisit here- police thug life video
an interesting article, it was pleasant to read, well written, I myself sometimes write articles, and it helps me https://soclikes.com/
ReplyDeleteVery interesting blog. Many blogs I see these days do not really provide anything that attracts others, but believe me the way you interact is literally awesome.You can also check my website as well.
ReplyDeletep2gamer
Freelancers Marketplace
Thank you..
Students have many types of problems related to college assignments. So, we have a well-educated expert for writing assignments. If you have any problem with writing assignments. then Don’t worry because we provide the best online assignment help and free plagiarism assignment.
ReplyDeleteOnline Assignment Help
Useful article which was very helpful. also interesting and contains good information.
ReplyDeleteto know about python training course , use the below link.
Python Training in chennai
Python Course in chennai
Good write-up, I am regular visitor of one's site, maintain up the nice operate, and It's going to be a regular visitor for a lengthy time.
ReplyDeleteVisit here :- Top Seo Company In Gwalior
it is really a great and helpful piece of info. I am glad that you shared this helpful information with us. Please keep us informed like this. Thank you for sharing.
ReplyDeleteWebsite: Online punjab state lottery
Play Fantasy Cricket Leagues & Sports Game Play Fantasy Cricket Game Online & Win Real Cash prize Play Daily Fantasy Cricket Leagues & Kabaddi Games India. fantasy cricket app
ReplyDeleteThank you for your informative article, I have been doing research on this subject, and for three days I keep entering sites that are supposed to have what I am searching for, only to be discouraged with the lack of what I needed. Thank you again.
ReplyDeleteJava Training in Chennai
Java Course in Chennai
We are appreciate with your valuable information. Visit OGEN Infosystem for professional Website Designing and PPC Services at affordable price.
ReplyDeleteWebsite Designing Company in Delhi
I am new here. I like your post very much. It is very usefull post for me.
ReplyDeletewebsite: 5G Infrastructure Market in US
Thanks for another great post. Where else could anyone get that kind of information in such a perfect way of writing? I've a presentation next week, and I'm on the look for such information.
ReplyDeletebuy electronics online
Present in the advanced market for in any event 20 years, we have improved the destinations of in excess of 400 customers. Do you need a unique, reasonable and significant Site creation and referencing ? You are in the perfect spot! With ID Design ( Marketing agency ) we acknowledge your activities. We cautiously dissect your objectives and solicitations. We start work after a few trades.
ReplyDeleteWe will probably assemble an imaginative and productive site to expand your turnover . We subsequently focus on straightforwardness and furnish you with all our advanced promoting abilities. Come see us or call us, you won’t be frustrated!
Thanks for sharing the information... You write very interesting and well... Get Chandigarh escort service
ReplyDeleteReach on http://www.dreamnightcallgirls.com
Chandigarh escort
Chandigarh call girls
Precision Outdoors provides lightning fast shipping on the most trusted brands in gun parts & accessories like Ar 15 accessories, Ar stock, Law tactical folders, red dot sights, rifle scopes, magazines, frames, barrels, triggers, stocks, and much more...
ReplyDeleteSo don't wait anymore Visit us now!
one stop renovations
ReplyDeleteThanks for sharing the information... You write very interesting and well... Get Chandigarh escort service
I always like to read a quality content having accurate information regarding the subject and the same thing I found in this post.
ReplyDeleteWebsite Development Company |
Great information, i was searching of this kind of information, thank you very much for sharing with us.
ReplyDeleteCraigslist Posting Service for Car Dealers |
This is really amazing website that I have been found on google regarding website Blog Commenting sites. and I would like to thank admin who also given us to post the link on his side.
ReplyDeleteLubbock moving company |
This was something I was looking for, really helpful, and great work is done. Thank you so much for sharing such valuable information.
ReplyDeleteCar Auction Software |
It’s really a cool and helpful piece of information. I am glad that you shared this useful information with us. Please keep us up to date like this. Thanks for sharing.
ReplyDeleteBest CRM for Small Businesses |
I am really like it very much for the interesting info in this blog that to this website is providing the wonderful info in this blog that to utilize the great technology in this blog.
ReplyDeleteWeb Development Company in Gwalior |
Keep blogging!!! It was so great to read and beneficial to develop my knowledge as an updated one. Nice blog.
ReplyDeletefeatures of android os
what is blue prism technology
what is bdd framework
tally fundamentals
ethical hacker meaning
rpa interview questions and answers
Avalanche provides a host of online services to businesses & influencers in Ireland & around the world including web design in Kerry, Cork, Limerick and pretty much all over Ireland, eCommerce solutions, SEO, graphic design, social media marketing, video production & more. We capture our client's unique personalities in their website as it is so important to stand out in today's saturated online world.
ReplyDeleteAvalanche is much more than a service provider, we provide high end technical support to all our clients & become their digital partners to ensure that they are successful online. We would love to hear from you and help in any way we can.
Recently I have read from this post https://www.webku.net/soclikes-managers-are-ready-to-help-if-you-need-support-on-tiktok-we-have-something-that-will-make-you-popular-very-quickly/ that everyone can get many likes for any video. I think you can test it now. Make video about delphi google online translating and get many tiktok likes for it
ReplyDeleteAppslure is an award-winning mobile app development company building feature-packed and interactive mobile applications for startups, medium and large enterprises.
ReplyDelete