Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi!
I have a Word document with a doc variable field { DOCVARIABLE Sample \* Dollartext } or { DOCVARIABLE Sample \* Cardtext } which should show the numeric value of the doc variable "Sample" as text like this:

Empty

The text is in german which is right on my system. But if I load, update the doc variable by DocIO and save the document the text is shown in english afterwards:

Empty

After manually updating it in Word the shown text is in german again:

Empty

Empty


I attach a simple sample program which shows that behaviour. The expectation is, that the text is not falling back to english after the field update by DocIO and should still be in the infrastructures language.


Kind regards
Chris