Hi All,
I'm using the UltraWinPrintPreviewDialog to print the data from a UltraGrid. My UI is in Dutch, but the printpreview shows in English. My OS is Dutch as well.Does anyone know how to change the culture for the preview screen?
Kind regards,
Jos ter DoestWiZZiX
WiZZiX,
In order to change the language of the strings in the UltraPrintPreviewDialog, you will need to use Assembly Resource Strings. You can find a list of the resource strings in the UltraPrintPreviewDialog here, and documentation on how to set them here.
Hope this helps,
~Kim~
Hi Kim,
That's exactly what I needed. Thank you very much for the quick response.