04-27-2016 12:22 PM
Hi
I am working on a project,one part of which includes translating strings from english to other regional languages like hindi,just the same way as it is done in google translate.I want to make a vi that would accomplish the whole task like input will be an english text and the output will the text translated in the desired language.If anyone have any idea regarding this.kindly help.
Thank you
04-27-2016 12:30 PM
Why are you using LabVIEW? Seems (to me) to be an inappropriate language.
Bob "When All You Have Is a Hammer, Every Problem Looks Like a Nail" Schor
04-27-2016 12:48 PM
You can interface google translate API
https://cloud.google.com/translate/v2/getting_started
Build request address, receive respnse, parse output string.
I am sure there are offline dictionaries with APIs
You can make your own dictionary (database or simple 2 text columns), search enterd words in it and output the matching part.
The way you formulated it has plenty of directions to find a satisfactory solution.