MarkupCompilePass1.UICulture Property

Definition

Gets or sets a value that specifies which culture satellite assembly will hold the generated binary XAML (BAML) files.

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

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

Property Value

A a value that specifies which culture satellite assembly will hold the generated binary XAML (BAML) files.

Applies to