AssemblyDownloadInfo.Culture Property

Definition

Gets the culture that is associated with the assembly.

public:
 property System::Globalization::CultureInfo ^ Culture { System::Globalization::CultureInfo ^ get(); };
public System.Globalization.CultureInfo Culture { get; }
member this.Culture : System.Globalization.CultureInfo
Public ReadOnly Property Culture As CultureInfo

Property Value

A CultureInfo object that represents the culture that the assembly supports.

Remarks

The System.Globalization.CultureInfo object provides information about a specific culture, such as the names of the culture, the writing system, the calendar used, and how to format dates and sort strings.

The System.Globalization.CultureInfo represents the culture for which the resource is localized.

Use the CanIgnore property with the Culture property to determine whether an assembly can be downloaded.

Culture is set in the constructor.

Applies to