Open GoogleCodeExporter opened 8 years ago
Enumeration.op_implicit is here:
http://code.google.com/p/google-api-for-dotnet/source/browse/trunk/src/Core/Enum
eration.cs#116
What's the error message?
It may be the same bug described in Issue48.
Original comment by iron9li...@gmail.com
on 25 May 2010 at 6:41
thanks for reply my message,
I have look for issue48 and the enumeration,
for issue48, Chupakabr said that >
GoogleTranslateAPI_0.4_alpha.zip does not work because missing cast operator in
Language.cs add
public static implicit operator string(Language value)
{
return value.Value;
}
at 599 line in Language.cs to fix this
where can I found the language.cs?
for enumeration.cs, what is that means?
I could see that the code is a namespace,
do I need to add the namespace= google.api in my project to fix the error
message?
if yes, how could I add it? can I just copy and paste the code on the class
file (.vb)?
sorry if I have ask to many Questions..
Original comment by handokol...@gmail.com
on 25 May 2010 at 8:53
The easiest way is use string but not Enumeration as the parameter.(e.g. use
"en" but
not Language.English)
Original comment by iron9li...@gmail.com
on 25 May 2010 at 2:10
Hi iron9light,
I have try to use string instead using combobox for language translate,
and wow! the program is finally start to translate! really thanks for your help!
Original comment by handokol...@gmail.com
on 6 Jun 2010 at 6:47
Original issue reported on code.google.com by
handokol...@gmail.com
on 23 May 2010 at 3:40