Content FileLanguage Property
This read-only property returns the language of the content file
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The language is determined by looking at the suffix on the filename (Filename_LangSuffix.xxx) or the filename itself without the extension. If the suffix or filename is a valid language code, this returns it. If not valid, null is returned and the file is assumed to be language neutral.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public CultureInfo Language { get; }VB
Public ReadOnly Property Language As CultureInfo
GetC++
public:
property CultureInfo^ Language {
CultureInfo^ get ();
}F#
member Language : CultureInfo with getProperty Value
CultureInfoThe language is determined by looking at the suffix on the filename (Filename_LangSuffix.xxx) or the filename itself without the extension. If the suffix or filename is a valid language code, this returns it. If not valid, null is returned and the file is assumed to be language neutral.