AssemblyCultureAttribute(String) Konstruktor

Definice

Inicializuje novou instanci AssemblyCultureAttribute třídy s jazykovou verzí podporovanou atributem sestavení.

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á přiřazeným sestavením.

Poznámky

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

Platí pro