Table of Contents

Class AssemblyCultureAttribute

Namespace
System.Reflection
Assembly
mscorlib.dll

Specifies which culture the assembly supports.

[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyCultureAttribute : Attribute
Inheritance
AssemblyCultureAttribute
Inherited Members
Extension Methods

Constructors

AssemblyCultureAttribute(string)

Initializes a new instance of the AssemblyCultureAttribute class with the culture supported by the assembly being attributed.

public AssemblyCultureAttribute(string culture)

Parameters

culture string

The culture supported by the attributed assembly.

Properties

Culture

Gets the supported culture of the attributed assembly.

public string Culture { get; }

Property Value

string

A string containing the name of the supported culture.