IPublishProperties3.TargetCulture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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