Translation
Code Example
How to Use
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
using (Translation T = new Translation())
{
T.ClientSecret = "...";
TranslationResult TR = T.Translate("hello how are you doing friend", "en", "de");
}