Hai ,
I was able to use "microsoft-translator-java-api-0.6.1-jar-with-dependencies.jar" translator api with java project , but when i tried to use the translator api in my android application i am getting the following error , Here with i am giving the code used and error message,
Code:
Translate.setClientId("MY CLIENT ID got on APPLICATION REGISTRATION");
Translate.setClientSecret("THE Key GOT On Application registration");
try {
translatedText = Translate.execute("I should probably set this to something a little less profane", Language.ENGLISH, Language.FRENCH);
} catch(Exception e) {
translatedText = e.toString();
Log.d("test",e.toString());
}
Error: java.lang.Exception: [microsoft-translator-api] Error retrieving translation : Not trusted server certificate
Please provide some leads to solve this issue.
Best regards,
Lal Sooraj C.B
--
You received this message because you are subscribed to the Google Groups "microsoft-translator-java-api" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microsoft-translator...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to microsoft-translator-java-api+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to microsoft-translator...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "microsoft-translator-java-api" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microsoft-translator...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to microsoft-translator-java-api+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "microsoft-translator-java-api" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microsoft-translator-java-api+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to microsoft-translator-java-api+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "microsoft-translator-java-api" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microsoft-translator-java-api+unsub...@googlegroups.com.