ContentFileLanguage Property
This read-only property returns the language of the content file
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public CultureInfo Language { get; }
Public ReadOnly Property Language As CultureInfo
Get
public:
property CultureInfo^ Language {
CultureInfo^ get ();
}
member Language : CultureInfo with get
Property 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.