[fix:] document language cannot be set with Document.Info.Language

This commit is contained in:
Elias
2024-12-28 10:01:12 +01:00
parent 4f84c45d98
commit 7b1ef49ebd

View File

@@ -545,7 +545,7 @@ namespace PLG_Exam
document.Info.Author = _currentExam.Vorname + " " + _currentExam.Name;
document.Info.Subject = "PLG Exam Submission";
document.Info.Keywords = "Exam, PLG, Report, PDF";
document.Info.Language = "de-DE"; // Deutsch (Deutschland)
var firstPage = document.AddPage();
var gfx = XGraphics.FromPdfPage(firstPage);