Summary
The culture string associated with the output assembly.
The string must be in RFC 1766 format, such as "en-US".
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- AssemblyLinkerTask
Syntax
[TaskAttribute("culture", Required = false)]
public string Culture { get; set; }
Remarks
Corresponds with the /c[ulture]:
flag.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
string |