Table of Contents

Property Language

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

Language

Gets the report's Language, or null when it states none.

public string? Language { get; set; }

Property Value

string

Remarks

Worth reading before assuming a report is culture-neutral: expressions are evaluated in this culture, and in en-US when it is null, whatever culture the process runs under. Parameter values supplied as text are read in the user's culture instead, and literal defaults written in the definition in neither — they are read culture-independently (measured in Phase 54c; an earlier note here said otherwise, see finding 4 in tools/DocWright.ReportOracle/README.md).