DropDown CheckList or EnumCheckBoxList Localization
Hi,
I am using umbraco 6.1.6. I would like to add one of the two controls but the text i would like to be localized. Is that possible? For example i would like to create a dropdown list with months, the values will remain the same 1 to 12 but the text (month names) that will be visible to the user to be localized.
That's a great idea, and not something we had thought about for the EnumCheckboxList - so unfortunately this functionality isn't currently available.
To implement, we could extend the EnumCheckBoxList attribute to be able to specify a dictionary item (and use this value to update the rendering logic) - so retaining full backwards compatability ?
DropDown CheckList or EnumCheckBoxList Localization
Hi,
I am using umbraco 6.1.6. I would like to add one of the two controls but the text i would like to be localized. Is that possible? For example i would like to create a dropdown list with months, the values will remain the same 1 to 12 but the text (month names) that will be visible to the user to be localized.
I will appreciate any help on that.
Regards
Thomas
Hi Thomas,
That's a great idea, and not something we had thought about for the EnumCheckboxList - so unfortunately this functionality isn't currently available.
To implement, we could extend the EnumCheckBoxList attribute to be able to specify a dictionary item (and use this value to update the rendering logic) - so retaining full backwards compatability ?
is working on a reply...