NAnt SDK Documentation - v0.92

CompilerBase.CultureNames Field

Case-insensitive list of valid culture names for this platform.

[Visual Basic]
Protected Shared ReadOnly CultureNames As Hashtable
[C#]
protected static readonly Hashtable CultureNames;

Remarks

The key of the Hashtable is the culture name and the value is a null reference (Nothing in Visual Basic).

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace