1
Document Ultimate localization
Question asked by Andrew Karasev - 5/22/2020 at 6:14 AM
Answered
How can I edit localization file for Document Ultimate viewer and contribute it to project? Some words are not translated and shown in English.

2 Replies

Reply to Thread
0
Andrew Karasev Replied
I found answers about translation json files, but they do not contain all the messages.
Where is the string "Please wait a moment while the document is being prepared for the first-time viewing..."?
1
Cem Alacayir Replied
Employee Post Marked As Answer
There is a property for changing that message:

Public propertyLoadingMessageGets or sets a value that specifies the message displayed while the document is being prepared for the first-time viewing. For example, you can override the default message for localization purpose.

new DocumentViewer {
   LoadingMessage = "Please wait whilst preview is generated..."
};

Reply to Thread