NAnt SDK Documentation - v0.92

AssemblyLinkerTask.Culture Property

The culture string associated with the output assembly. The string must be in RFC 1766 format, such as "en-US".

[Visual Basic]
<TaskAttribute(Required:=False, Name:="culture", ExpandProperties:=True, ProcessXml:=True)>
Public Property Culture As String
[C#]
[TaskAttribute(Required=False, Name="culture", ExpandProperties=True, ProcessXml=True)]
public string Culture {get; set;}

Remarks

Corresponds with the /c[ulture]: flag.

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace