M
Mario Vázquez
How can I change the value of the DescriptionAttribute depending on the
CultureInfo context?
[ Description( "Description for the property at design-time") ]
public object TestProperty
{
get{ return this.testProperty; }
set{ this.testProperty = value; } string testProperty;
}
I've try to change the string in the attribute accessing an item from a
resource file, but attribute values only accept constant values.
Thanks,
Mario Vazquez
CultureInfo context?
[ Description( "Description for the property at design-time") ]
public object TestProperty
{
get{ return this.testProperty; }
set{ this.testProperty = value; } string testProperty;
}
I've try to change the string in the attribute accessing an item from a
resource file, but attribute values only accept constant values.
Thanks,
Mario Vazquez