AssemblyCultureAttribute

AssemblyCultureAttributeCF 1.0

System.Reflection (mscorlib.dll)sealed class

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 System.Attribute AssemblyCultureAttribute

Valid On

Assembly



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System