Class AssemblyCultureAttribute
Specifies which culture the assembly supports.
Inherited Members
Namespace: System.Reflection
Assembly: mscorlib.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyCultureAttribute : Attribute
Constructors
AssemblyCultureAttribute(string)
Initializes a new instance of the AssemblyCultureAttribute class with the culture supported by the assembly being attributed.
Declaration
public AssemblyCultureAttribute(string culture)
Parameters
Type | Name | Description |
---|---|---|
string | culture | The culture supported by the attributed assembly. |
Properties
Culture
Gets the supported culture of the attributed assembly.
Declaration
public string Culture { get; }
Property Value
Type | Description |
---|---|
string | A string containing the name of the supported culture. |