Method ApplyResources
ApplyResources(object, string, CultureInfo)
Applies a resource's value to the corresponding property of the object.
public override void ApplyResources(object value, string objectName, CultureInfo culture)
Parameters
value
objectAn object that contains the property value to be applied.
objectName
stringA string that contains the name of the object to look up in the resources.
culture
CultureInfoThe culture for which to apply resources.
Exceptions
- ArgumentNullException
value
orobjectName
is null.