AssemblyCultureAttribute(String) Konstruktor

Definice

Inicializuje novou instanci AssemblyCultureAttribute třídy s jazykovou verzí podporovanou sestavením, které je přiřazeno.

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

Jazyková verze podporovaná atributem sestavení.

Poznámky

Názvy jazykové verze se řídí názvy RFC1766. Formát je následující: "language"-"country/region". Například formát pro angličtinu v USA je "en-US".

Platí pro