Open GoogleCodeExporter opened 8 years ago
What's you mean not support?
Original comment by iron9li...@gmail.com
on 8 May 2010 at 10:11
When I use the following code then it produces a false value.
Dim obj As Google.API.Translate.LanguageUtility
MsgBox(obj.IsTranslatable(Google.API.Language.Urdu))
' it will show False value.
Dim obj As Google.API.Translate.LanguageUtility
MsgBox(obj.IsTranslatable(Google.API.Language.Persian))
' it will show False value.
Original comment by gdaud1979@gmail.com
on 10 May 2010 at 4:31
Please use the latest version (0.3.1).
If your .NET environment is .NET 2.0, try v0.4, it support .NET 2.0 and other
.NET
edition (include Silverlight)
Original comment by iron9li...@gmail.com
on 10 May 2010 at 5:51
Hi
I am using .NET 3.5 and trying to translate from urdu to english and when i use
the following
Text = Google.API.Translate.Language.Urdu.IsTranslatable.ToString();
it returns False.
If anyone could help me with that would be of great help
when i try to use this
Google.API.Translate.TranslateClient client = new
Google.API.Translate.TranslateClient("www.google.com");
string translated = client.Translate(Text, Google.API.Translate.Language.Urdu,
Google.API.Translate.Language.English);
I get the following errors
Error 2 The best overloaded method match for
'Google.API.Translate.TranslateClient.Translate(string, string, string)' has
some invalid arguments
Error 3 Argument '2': cannot convert from 'Google.API.Translate.Language' to
'string'
Error 4 Argument '3': cannot convert from 'Google.API.Translate.Language' to
'string'
Thanks
Original comment by miles2sm...@gmail.com
on 13 Dec 2010 at 5:20
goolge api does not support urdu at the moment. check the link for (Language
reference)
http://code.google.com/apis/language/translate/v2/using_rest.html
Original comment by develope...@gmail.com
on 28 Mar 2011 at 6:36
stdClass Object
(
[data] => stdClass Object
(
[translations] => Array
(
[0] => stdClass Object
(
[translatedText] => Ûیلو دنیا
)
)
)
)
Original comment by xevoket...@gmail.com
on 3 Dec 2013 at 12:00
Please give me solution english to urdu transaltion
Original comment by xevoket...@gmail.com
on 3 Dec 2013 at 12:00
[translatedText] => Ûیلو دنیا
above not a valid urdu content.
Original comment by xevoket...@gmail.com
on 3 Dec 2013 at 12:01
Original issue reported on code.google.com by
gdaud1979@gmail.com
on 29 Apr 2010 at 11:54