Skip to content

Commit 7aa38c1

Browse files
Update README.md
1 parent 02c01b4 commit 7aa38c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ loadCldr(
7373
import { L10n } from '@syncfusion/ej2-base';
7474
```
7575

76-
6. Next, using the `load` function of L10n class, pass the appropriate locale words of `fr-CH` culture as follows,
76+
6. Next, using the `load` function of L10n class, pass the appropriate locale words of `fr-CH` culture as shown below,
7777

7878
> NOTE: You can also pass the locale words of other cultures separated by a comma list.
7979
@@ -89,7 +89,7 @@ L10n.load({
8989
'agenda': 'Ordre du jour'
9090
}
9191
},
92-
'ar': {
92+
'ar-AE': {
9393
'schedule': {
9494
...
9595
...
@@ -102,7 +102,7 @@ L10n.load({
102102

103103
![Localization in Scheduler](localize.png)
104104

105-
8. You can refer the available locale keys from the following documentation link:
105+
8. You can refer all the available locale keys from the following documentation link:
106106
https://ej2.syncfusion.com/angular/documentation/schedule/localization/?#localizing-the-static-scheduler-text
107107

108108
## Running on development server

0 commit comments

Comments
 (0)