fili92 / google-language-api-for-dotnet

Automatically exported from code.google.com/p/google-language-api-for-dotnet
0 stars 0 forks source link

Translating English to Persian throws exception #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
when trying to execute this code:

Translator.Translate("hi", Language.English, Language.Persian);

it throws this exception:

[Google.API.Translate.TranslateException]   {"Can not translate this language to 
\"Persian\""}

Original issue reported on code.google.com by ahmadall...@gmail.com on 7 Dec 2012 at 1:11