Edit

Share via


FileClassifier.Culture Property

Definition

Gets or sets the culture of the build.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ Culture { System::String ^ get(); void set(System::String ^ value); };
public string Culture { get; set; }
member this.Culture : string with get, set
Public Property Culture As String

Property Value

The culture of the build or null if the build is non-localizable

Applies to