Skip to content

Commit 4285dcb

Browse files
1012852: Resolved CI failures
1 parent 08d5b4d commit 4285dcb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/Localization/default-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Localization in React PDF Viewer | Syncfusion
4-
description: Learn about the default language culture and localization in Syncfusion React PDF Viewer component.
4+
description: Learn here all about the default language culture and localization in Syncfusion React PDF Viewer component.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/react/Localization/new-language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Use the React PDF Viewer’s [locale](https://ej2.syncfusion.com/react/documenta
2222
- `@syncfusion/ej2-react-pdfviewer` installed in a React app.
2323
- (Optional) A list of keys you want to override.
2424

25-
## Quick start (set `de`German)
25+
## Quick start (set German)
2626
1. **Load translations** with `L10n.load` at app start (only include the keys you want to change).
27-
2. **Set the culture** by passing `locale="de"` to `<PdfViewerComponent/>`.
27+
2. **Set the culture** by passing `locale` value to `<PdfViewerComponent/>`.
2828
3. **Render the viewer** as usual. Missing keys will automatically fall back to `en-US`.
2929

3030
{% tabs %}

0 commit comments

Comments
 (0)