System.Reflection.AssemblyCultureAttribute
namespace System.Reflection
{
public sealed class AssemblyCultureAttribute : Attribute
{
public string Culture { get; }
public AssemblyCultureAttribute(string culture);
}
}