PdfCoreLocalizer.Language Property
Returns the name of the language currently used by this localizer object.
Namespace: DevExpress.Pdf.Localization
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the language of the user interface localization. |
Remarks
To translate the user interface to a specific language, override this property in a descendant of the PdfCoreLocalizer class.
See Also