Localisation of DropDownList drpSort in FAQs.ascx
description
Hello,
I believe there is a bug in the FAQs.ascx file.
I tried to localize the values of the drpSort dropdownlist, but this didn't work because the "meta:" prefix is used.
So we changed
<asp:ListItem Value="6" meta:resourcekey="OrderByViewOrder">Predefined Order</asp:ListItem>
to
<asp:ListItem Value="6" ResourceKey="OrderByViewOrder">Predefined Order</asp:ListItem>
and now it works.
Please modify the source and re-package!
Regards,
Kevin Van Haecke