[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.Language

Language Property

Language

Gets or sets the primary language of the text localization.

Declaration
public ExpressionInfo Language { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object that evaluates to a language value which complies with the Internet Engineering Task Force (IETF) RFC1766 specification.

Remarks

The default value is the server language.

Examples
Report report = new Report();
report.Language = ExpressionInfo.FromString("en-US");