BuildParameters.UICulture Property

Definition

The name of the UI culture to use during the build.

public:
 property System::Globalization::CultureInfo ^ UICulture { System::Globalization::CultureInfo ^ get(); void set(System::Globalization::CultureInfo ^ value); };
public System.Globalization.CultureInfo UICulture { get; set; }
public System.Globalization.CultureInfo UICulture { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.UICulture : System.Globalization.CultureInfo with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.UICulture : System.Globalization.CultureInfo with get, set
Public Property UICulture As CultureInfo

Property Value

Returns the name of the UI culture to use during the build.

Attributes

Applies to