AssemblyCultureAttribute(String) Constructor

Definition

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

public:
 AssemblyCultureAttribute(System::String ^ culture);
public AssemblyCultureAttribute (string culture);
new System.Reflection.AssemblyCultureAttribute : string -> System.Reflection.AssemblyCultureAttribute
Public Sub New (culture As String)

Parameters

culture
String

The culture supported by the attributed assembly.

Remarks

The culture names follow the RFC1766 names. The format is as follows: "language"-"country/region". For example, the format for US English is "en-US".

Applies to