Localization of attribute values in .NET
Posted
by Alex Angas
on Stack Overflow
See other posts from Stack Overflow
or by Alex Angas
Published on 2009-07-03T15:53:23Z
Indexed on
2010/06/08
23:22 UTC
Read the original article
Hit count: 239
How can I localize/internationalize attribute values in .NET?
My specific example is for ASP.NET web parts such as WebDisplayName, WebDescription, etc. where I inherit from the base class that uses these attributes.
Also, is there any difference to doing this with attributes declared in my own classes?
Thanks!
© Stack Overflow or respective owner