LocalizationService.RenameResourceProperty

Renames all resource keys that match a property (ie. lblName.Text, lblName.ToolTip) at once. This is useful if you decide to rename a meta:resourcekey in the ASP.NET markup.

public bool RenameResourceProperty(string Property,
	string NewProperty,
	string ResourceSet)

Parameters

Property
Original property prefix

NewProperty
New Property prefix

ResourceSet
The resourceset it applies to


See also:

Class LocalizationService

© West Wind Technologies, 2006 - 2019 • Updated: 01/25/18
Comment or report problem with topic