This custom attribute specifies the supported culture of an assembly. public sealed class AssemblyCultureAttribute : Attribute { // Public Constructors public AssemblyCultureAttribute (string culture ); // Public Instance Properties public string Culture {get; } } Hierarchy System.Object Valid OnAssembly |