-
Notifications
You must be signed in to change notification settings - Fork 913
Closed
Labels
pdf viewerPDF viewer componentPDF viewer component
Description
I have a pdf that has bookmarks in Arabic. I have used the localization package as can be seen in the code and that is working for the page number navigator but the bookmarks are not being translated correctly at all.
runApp(const MaterialApp(
title: 'Syncfusion PDF Viewer Demo',
home: HomePage(),
localizationsDelegates: [
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
SfGlobalLocalizations.delegate
],
supportedLocales: [
Locale('ar'),
],
locale: Locale('ar'),
));
None of the sub sections/bookmarks are translated correctly either. I've attached the pdf for reference. Any ideas how to resolve this or would I need to build a custom bookmark viewer? Thanks!
Metadata
Metadata
Assignees
Labels
pdf viewerPDF viewer componentPDF viewer component
