1

Closed

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
Closed Feb 1, 2012 at 1:05 PM by EPT

comments

wrote Jan 31, 2012 at 12:40 PM

Resolved with changeset 64867.

EPT wrote Jan 31, 2012 at 12:41 PM

Corrected. Fix will be in the next release

EPT wrote Jan 31, 2012 at 12:42 PM

** Closed by EPT 31-1-2012 5:40

EPT wrote Jan 31, 2012 at 12:42 PM

Assign to release

vandenbroele wrote Jan 31, 2012 at 1:28 PM

Thank you for correcting!
There seems to be one with a typo however. ListItem "Popularity Low" is missing an "r" before "esourcekey".

EPT wrote Jan 31, 2012 at 1:28 PM

** Closed by EPT 31-1-2012 5:43

vandenbroele wrote Jan 31, 2012 at 1:28 PM

Thank you for correcting!
There seems to be one with a typo however. ListItem "Popularity Low" is missing an "r" before "esourcekey".

wrote Feb 1, 2012 at 1:04 PM

I should have tested this before checking in. Thanks for pointing this out. It is corrected now. Dank u.

wrote Feb 1, 2012 at 1:05 PM

Resolved with changeset 64885.