AssemblyCultureAttribute Constructor (String^)

 

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

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
AssemblyCultureAttribute(
	String^ culture
)

Parameters

culture
Type: System::String^

The culture supported by the attributed assembly.

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".

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: