Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I'm using the following code to implement kendo pdf viewer on my project:
pdfViewer = $("#pdfViewer").kendoPDFViewer({ pdfjsProcessing: { file: { url: url, httpHeaders: { authorization: token } } ... }).getKendoPDFViewer();
Is there a way to include the Accept-Language header on the http request?
I'll answer myself: Just add "accept-language": language
I tried this before without success but I found it was due to some caching issues.