Hi there,
I have implemented the documentviewer control in one of my forms.
Is there a possibility to programmatically change/set the default language (the language in the dropdrown of the documentviewer control) ?
I would ike to change the default (English) language to antother one.
Comments
2 comments
For text recognition, i know how to change the language (recognizer params) but I would like to change the displayed language in the dropdown of the documentviewer.
Got it.
Just had to "SetPredefinedTextLanguage" for the RecognizerParams of the Synchronizer.
Please sign in to leave a comment.