Edit

Share via


AssemblyNameInfo.CultureName Property

Definition

Gets the name of the culture associated with the assembly.

public:
 property System::String ^ CultureName { System::String ^ get(); };
public string? CultureName { get; }
member this.CultureName : string
Public ReadOnly Property CultureName As String

Property Value

Remarks

Do not create a CultureInfo instance from this string unless you know the string has originated from a trustworthy source.

Applies to