05-24-2019 06:54 AM
Hello
I have to translate some VIs for the company I work. I am using import/export String method to do so. I parsed the imported Strings and now I have to translate a bunch of words from German to English and Polish. My idea was to use Google translator API or some other translator API to communicate with. We use LabVIEW 2014 and for this version many of the labVIEW provided Cloud Toolkit functionalities are not available. I don't know now how to connect to an API from LabVIEW. Can I use http functionalities in LabVIEW and do this ?
It would be really great if you could give me an example code
Thank You in advance
Bitto
Solved! Go to Solution.
05-24-2019 02:02 PM
You will need to get your own project-id and OAuth2 token from Google, but with my creds it is pretty straightforward.
05-27-2019 12:40 AM
Thanks Man