AssemblyCultureAttribute Constructor
Collapse the table of content
Expand the table of content

AssemblyCultureAttribute Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft