You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/javascript-es6/Localization/default-language.md
+38-59Lines changed: 38 additions & 59 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,44 @@ domainurl: ##DomainURL##
12
12
13
13
The PDF Viewer fully supports localization, allowing all UI text, tooltips, and messages to be replaced with culture-specific strings so the interface matches users’ language and regional settings.
14
14
15
+

16
+
17
+
## Default language (en-US)
18
+
19
+
By default, the PDF Viewer uses the en-US culture and requires no additional configuration.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/javascript-es6/Localization/new-language.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ You can localize the PDF Viewer UI by:
14
14
- Registering localized strings for each culture using `L10n.load` at the application level
15
15
- Setting the [`locale`](https://ej2.syncfusion.com/documentation/api/pdfviewer/index-default#locale) property of the `PdfViewer` instance to the desired culture
16
16
17
+

18
+
17
19
## Example Code-snippet to change language using Locale
0 commit comments