CompilerSettingsOutputLanguage Property
Gets or sets the language that the compiler will use to display the output messages.
This option is only available for C# compiler.
Namespace: DevCase.Core.Diagnostics.CodeCompilationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public CultureInfo OutputLanguage { get; set; }
Public Property OutputLanguage As CultureInfo
Get
Set
Dim instance As CompilerSettings
Dim value As CultureInfo
value = instance.OutputLanguage
instance.OutputLanguage = value
public:
property CultureInfo^ OutputLanguage {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
member OutputLanguage : CultureInfo with get, set
No code example is currently available or this language may not be supported.
Property Value
CultureInfo
The language that the compiler will use to display the output messages.