Language Specific TextNeutral Field
This represents the neutral language identifier
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The text for this value will be used if it doesn't have a specific match in the topic's language filter selection. Typically, this is used when the same keyword can be used for multiple languages.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public const string Neutral = "nu"VB
Public Const Neutral As String = "nu"C++
public:
literal String^ Neutral = "nu"F#
static val mutable Neutral: stringField Value
StringThe text for this value will be used if it doesn't have a specific match in the topic's language filter selection. Typically, this is used when the same keyword can be used for multiple languages.