Hello,
Actually i work on Microsoft Dynamics 2011, in french.
I try to work with an example of the SDK (generatepicklistenums). With it, I succeeded in generate a file OptionSet.cs which contains all enums.
But the values in Enum are the English value of label, and as there are not English value for them, in my OptionSet.cs, the Enum contains lots of "UnknownLabelXX = XXX;". And the Enums names are in English too.
So my question is : How to modify the language to resolve it and generate OptionSet.cs with french label ?
Thanks you.