Hi all,
i have two questions:
1) i'm connected to the Bing web service in my C# project and trying to translate all my resx files. but the issue is that i'm getting quite a lot of this kind of messages :
"There was no endpoint listening at http://api.microsofttranslator.com/V2/soap.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. "
What can be the reason for this error?
2) I've noticed that Bing service cannot translate specific language like "RU-ru", but just neutral language i.e "ru". can someone elaborate on this?
thanks a lot.