AssemblyCultureAttribute(String) Konstruktor

Definicja

Inicjuje AssemblyCultureAttribute nowe wystąpienie klasy z kulturą obsługiwaną przez przypisywany zestaw.

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

Parametry

culture
String

Kultura obsługiwana przez zestaw przypisany.

Uwagi

Nazwy kultur są zgodne z nazwami RFC1766. Format jest następujący: "language"-"country/region". Na przykład format dla języka angielskiego USA to "en-US".

Dotyczy