Localized ListItem



I'm trying to develop a multilingual website, more or less as described
at http://www.codeproject.com/aspnet/localization_websites.asp.
Works great, however, I'm not sure how to handle localized ListItems. I
cannot create a custom listitemcontrol, since cannot inherit from
sealed class 'System.Web.UI.WebControls.ListItem'.

Anyone can put me in the right direction?

TIA!

.