Does anybody know how to setup a VB.NET HttpWebRequest POST to SDL's API? I would like to not use the http POST, but use a code behind POST. Is there a way to do this? How would you set the key, and the values.
Does anybody know how to setup a VB.NET HttpWebRequest POST to SDL's API? I would like to not use the http POST, but use a code behind POST. Is there a way to do this? How would you set the key, and the values.
You can try mine:
external.samsill.com/translation
just be aware, it is still in a bit of a beta state, but it works. There are no vb examples (c# only) though, but it's not very complicated.
One thing that will help if you do use it. When you create the TranslationEngine, keep it if possible. There is a bit of overhead when it gets the languages from the API.
You can try mine:
external.samsill.com/translation
just be aware, it is still in a bit of a beta state, but it works. There are no vb examples (c# only) though, but it's not very complicated.
One thing that will help if you do use it. When you create the TranslationEngine, keep it if possible. There is a bit of overhead when it gets the languages from the API.