Compartilhar via


IPublishProperties3.TargetCulture Property

Definition

Gets or sets the publish language Visual Studio uses to publish the application.

public:
 property System::String ^ TargetCulture { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ TargetCulture { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(20)]
public string TargetCulture { get; set; }
[<System.Runtime.InteropServices.DispId(20)>]
member this.TargetCulture : string with get, set
Public Property TargetCulture As String

Property Value

The publish language of the application.

Implements

Attributes

Applies to