From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

language translation of any string input to the vi

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

0 Kudos
Message 1 of 3
(3,418 Views)

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

0 Kudos
Message 2 of 3
(3,413 Views)

 

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.

 

0 Kudos
Message 3 of 3
(3,405 Views)