NAnt SDK Documentation - v0.92

RcTask.LangId Property

Default language ID.

[Visual Basic]
<TaskAttribute(Name:="langid", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property LangId As Integer
[C#]
[TaskAttribute(Name="langid", Required=False, ExpandProperties=True, ProcessXml=True)]
public int LangId {get; set;}

See Also

RcTask Class | NAnt.VisualCpp.Tasks Namespace