Open GoogleCodeExporter opened 9 years ago
I also experienced this issue. Perhaps this change is in the works? I pulled
the source and that still has the string paramaters. If you look at the
Language class in the source code, you can see that it inherit from :
Enumeration<Language>, where that Enumeration class is defined as
Enumeration<T> : Enumeration, IEquatable<T>. I have no idea how to implement
this, but if you look at the definition of the Language class you can see all
of the Language definitions with their corresponding values of "en", "de", etc.
I'm not sure why they went this route instead of just a ToString(), but I am
guessing there is some cool reason.
Original comment by wolf.m.s...@gmail.com
on 5 Mar 2011 at 7:44
Original issue reported on code.google.com by
iam...@gmail.com
on 30 May 2010 at 2:30