Hi !
i have a big problem. i'm trying to localize a user control which contains some ultraoptionset. The problem is that is not working.
i have also tried to localize a ultraoptionset which is in a simple form but it's not working !
ps:i'm using infragistics 7.2 (7.2.20072.61). is this a bug or am i wrong ?
thank you, regards!
Could you be a little smore specific? What exactly are you doing and what is not working?
i'm doing a simple localization... and it's not working :(
with VS2005 create a simple windows application project and drag & drop an ultraoptionset inside the form. It will create a ultraoptionset with one radio button inside it. The label of this radio button is "default item". Change it to "Yes". Then, set the property Localizable of the form to true. Now change the language of the form to Italian. Next change the Display Text property of the ultraoptionset to "Si" (which is yes in Italian).
Now you believe that the localization is ok but it is not !! try to change from one language(from default) to another(to italian). you will see that it is not working. the label of the radio button turns in "Default Item" in both languages.
thank you !